Skip to content

Commit

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

chore(deps): bump actions/cache from 3.3.3 to 4.0.0
  • Loading branch information
hennersz authored Jan 22, 2024
2 parents 648ccbc + 13858d5 commit fc1c7ae
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@v3.3.3
uses: actions/cache@v4.0.0
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}${{ matrix.containers.suffix }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit fc1c7ae

Please sign in to comment.