Skip to content

Commit dcf4763

Browse files
dependabot[bot]jrfaller
authored andcommitted
build(deps): bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cdbc07c commit dcf4763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test-gumtree.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: set up docker buildx
7575
uses: docker/setup-buildx-action@v4
7676
- name: Cache Docker layers
77-
uses: actions/cache@v5
77+
uses: actions/cache@v6
7878
with:
7979
path: /tmp/.buildx-cache
8080
key: ${{ runner.os }}-buildx

0 commit comments

Comments
 (0)