Skip to content

Commit 94366f7

Browse files
dependabot[bot]shawly
authored andcommitted
chore(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 c54b733 commit 94366f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: docker/setup-buildx-action@v4
4141

4242
- name: Cache Docker layers
43-
uses: actions/cache@v5
43+
uses: actions/cache@v6
4444
with:
4545
path: /tmp/.test-buildx-cache
4646
key: ${{ runner.os }}-test-buildx-${{ env.APP_VERSION }}
@@ -156,7 +156,7 @@ jobs:
156156
echo "release=${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }}" >> $GITHUB_OUTPUT
157157
158158
- name: Cache Docker layers
159-
uses: actions/cache@v5
159+
uses: actions/cache@v6
160160
with:
161161
path: /tmp/.buildx-cache
162162
key: ${{ runner.os }}-buildx-${{ env.APP_VERSION }}

0 commit comments

Comments
 (0)