Skip to content

Commit ddb5bc7

Browse files
Bump actions/cache from 3 to 4 (#36)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache 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 9441e96 commit ddb5bc7

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@v3
25+
uses: actions/cache@v4
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@v3
33+
uses: actions/cache@v4
3434
with:
3535
path: |
3636
~/.cache/pip

0 commit comments

Comments
 (0)