mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
Merge pull request #118 from ggogel/renovate/actions-checkout-3.x
Update actions/checkout action to v3
This commit is contained in:
commit
c9c376719c
2
.github/workflows/auto_release.yml
vendored
2
.github/workflows/auto_release.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Determine Changed Directory and Extract Version
|
||||
id: dir_version
|
||||
|
|
Loading…
Reference in a new issue