aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-10-27 21:15:36 +0800
committerGitHub <noreply@github.com>2022-10-27 21:15:36 +0800
commit36bf00ca818e96f83a9129efd187e78ab3a584d4 (patch)
tree8d03de4ab2365df6649b62eb2c4f62e6658e03ff /.github
parentb0311b454d30ef56beae2101bf8a4a73fd50a2dc (diff)
parent22d305d980427fafc9eba2742cffe4f81063518f (diff)
downloadtimeline-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')
-rw-r--r--.github/workflows/back-ci.yaml2
-rw-r--r--.github/workflows/cd-version.yaml2
-rw-r--r--.github/workflows/cd.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/back-ci.yaml b/.github/workflows/back-ci.yaml
index 49f2e0b9..efac060d 100644
--- a/.github/workflows/back-ci.yaml
+++ b/.github/workflows/back-ci.yaml
@@ -23,7 +23,7 @@ jobs:
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Restore Cache
uses: actions/cache@v3
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
diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml
index a9ebddd8..49208147 100644
--- a/.github/workflows/cd.yaml
+++ b/.github/workflows/cd.yaml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v1