Skip to content

Commit bb53fad

Browse files
chore(deps): bump actions/cache from 4 to 5
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>
1 parent c6a6bb9 commit bb53fad

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@v3
4141

4242
- name: Cache Docker layers
43-
uses: actions/cache@v4
43+
uses: actions/cache@v5
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@v4
159+
uses: actions/cache@v5
160160
with:
161161
path: /tmp/.buildx-cache
162162
key: ${{ runner.os }}-buildx-${{ env.APP_VERSION }}

0 commit comments

Comments
 (0)