Skip to content

Commit

Permalink
Merge pull request #286 from controlplaneio/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/cache-4.2.0

chore(deps): bump actions/cache from 4.1.2 to 4.2.0
  • Loading branch information
wakeward authored Dec 9, 2024
2 parents 680aaaf + 35fd3b0 commit 7152c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Cache container layers
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}${{ matrix.containers.suffix }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit 7152c2e

Please sign in to comment.