Skip to content

Commit 9122e29

Browse files
Bump actions/cache from 4 to 5 (#243)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4b070e commit 9122e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/asv-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "yesterday=$(date -d yesterday +'%Y-%m-%d')" >> $GITHUB_OUTPUT
5252
echo "today=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
5353
- name: Use last nightly commit hash from cache
54-
uses: actions/cache@v4
54+
uses: actions/cache@v5
5555
with:
5656
path: ${{env.WORKING_DIR}}
5757
key: nightly-results-${{steps.nightly-dates.outputs.yesterday}}
@@ -66,7 +66,7 @@ jobs:
6666
fi
6767
echo $CURRENT_HASH > $HASH_FILE
6868
- name: Update last nightly hash in cache
69-
uses: actions/cache@v4
69+
uses: actions/cache@v5
7070
with:
7171
path: ${{env.WORKING_DIR}}
7272
key: nightly-results-${{steps.nightly-dates.outputs.today}}

0 commit comments

Comments
 (0)