aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-10-27 21:15:19 +0800
committerGitHub <noreply@github.com>2022-10-27 21:15:19 +0800
commitb0311b454d30ef56beae2101bf8a4a73fd50a2dc (patch)
treeabc475ca6da908e909ce3191a3c6332074d81536
parent55ede4ca20111da0c436e516579bca49bb34960e (diff)
parentfec3eaff49c7a0664c6ca5c0a1ae571ec015d647 (diff)
downloadtimeline-b0311b454d30ef56beae2101bf8a4a73fd50a2dc.tar.gz
timeline-b0311b454d30ef56beae2101bf8a4a73fd50a2dc.tar.bz2
timeline-b0311b454d30ef56beae2101bf8a4a73fd50a2dc.zip
Merge pull request #1337 from crupest/renovate/actions-cache-3.x
chore(deps): update actions/cache action to v3
-rw-r--r--.github/workflows/back-ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/back-ci.yaml b/.github/workflows/back-ci.yaml
index 80352279..49f2e0b9 100644
--- a/.github/workflows/back-ci.yaml
+++ b/.github/workflows/back-ci.yaml
@@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- name: Restore Cache
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: ${{ env.NUGET_PACKAGES }}
key: nuget-${{ runner.os }}-${{ hashFiles('BackEnd/**/packages.lock.json') }}