aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-10-27 12:56:38 +0000
committerGitHub <noreply@github.com>2022-10-27 12:56:38 +0000
commitfec3eaff49c7a0664c6ca5c0a1ae571ec015d647 (patch)
treed4343b6838be94aa6948d0b4b631f11b0ac8d86e /.github
parent5cb75e28f686bd707792d4a12bf71c30c9f49645 (diff)
downloadtimeline-fec3eaff49c7a0664c6ca5c0a1ae571ec015d647.tar.gz
timeline-fec3eaff49c7a0664c6ca5c0a1ae571ec015d647.tar.bz2
timeline-fec3eaff49c7a0664c6ca5c0a1ae571ec015d647.zip
chore(deps): update actions/cache action to v3
Diffstat (limited to '.github')
-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') }}