Skip to content

Commit ed0679b

Browse files
Bump actions/cache from 4 to 5 (#48)
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 c2e75bb commit ed0679b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
run: |
2323
echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
2424
- name: Cache ccache
25-
uses: actions/cache@v4
25+
uses: actions/cache@v5
2626
with:
2727
path: |
2828
~/.ccache
2929
key: ${{ runner.os }}-ccache-${{ steps.get-date.outputs.date }}
3030
restore-keys: |
3131
${{ runner.os }}-ccache-
3232
- name: Cache pip
33-
uses: actions/cache@v4
33+
uses: actions/cache@v5
3434
with:
3535
path: |
3636
~/.cache/pip

0 commit comments

Comments
 (0)