Skip to content

Commit

Permalink
Merge pull request #166 from Der-Eddy/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4.1.2

Bump actions/cache from 4.0.2 to 4.1.2
  • Loading branch information
Der-Eddy authored Nov 6, 2024
2 parents 7c1d9d1 + 69dd4d0 commit 0a6ba2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Cache Docker layers
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit 0a6ba2a

Please sign in to comment.