Skip to content

Commit

Permalink
Merge pull request #30 from HCL-TECH-SOFTWARE/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/cache-4.0.2

Bump actions/cache from 4.0.0 to 4.0.2
  • Loading branch information
Stwissel authored Apr 5, 2024
2 parents 47c3b14 + 7703eff commit 28610ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: docker/setup-buildx-action@v3.0.0

- name: Cache Docker layers
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit 28610ba

Please sign in to comment.