diff options
author | crupest <crupest@outlook.com> | 2022-10-27 21:15:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-27 21:15:19 +0800 |
commit | b0311b454d30ef56beae2101bf8a4a73fd50a2dc (patch) | |
tree | abc475ca6da908e909ce3191a3c6332074d81536 | |
parent | 55ede4ca20111da0c436e516579bca49bb34960e (diff) | |
parent | fec3eaff49c7a0664c6ca5c0a1ae571ec015d647 (diff) | |
download | timeline-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.yaml | 2 |
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') }}
|