Skip to content

Commit 9a7306f

Browse files
chore(deps): bump actions/cache from 4 to 5 in the github-actions group
Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6dc12bf commit 9a7306f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_build_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
password: ${{ secrets.DOCKER_PASSWORD }}
8383

8484
- name: Cache Docker layers
85-
uses: actions/cache@v4
85+
uses: actions/cache@v5
8686
with:
8787
path: /tmp/.buildx-cache
8888
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)