diff options
author | crupest <crupest@outlook.com> | 2022-10-27 21:15:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-27 21:15:36 +0800 |
commit | 36bf00ca818e96f83a9129efd187e78ab3a584d4 (patch) | |
tree | 8d03de4ab2365df6649b62eb2c4f62e6658e03ff /.github/workflows/cd-version.yaml | |
parent | b0311b454d30ef56beae2101bf8a4a73fd50a2dc (diff) | |
parent | 22d305d980427fafc9eba2742cffe4f81063518f (diff) | |
download | timeline-36bf00ca818e96f83a9129efd187e78ab3a584d4.tar.gz timeline-36bf00ca818e96f83a9129efd187e78ab3a584d4.tar.bz2 timeline-36bf00ca818e96f83a9129efd187e78ab3a584d4.zip |
Merge pull request #1340 from crupest/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
Diffstat (limited to '.github/workflows/cd-version.yaml')
-rw-r--r-- | .github/workflows/cd-version.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cd-version.yaml b/.github/workflows/cd-version.yaml index 1479e0e6..62ba4b3b 100644 --- a/.github/workflows/cd-version.yaml +++ b/.github/workflows/cd-version.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
-
name: Prepare
|