mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-09-02 10:49:22 +00:00
Update actions/checkout action to v3
This commit is contained in:
parent
06c2a70974
commit
25e5007f9c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/auto_release.yml
vendored
2
.github/workflows/auto_release.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Determine Changed Directory and Extract Version
|
- name: Determine Changed Directory and Extract Version
|
||||||
id: dir_version
|
id: dir_version
|
||||||
|
|
Loading…
Add table
Reference in a new issue