Skip to content

Commit

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

chore(deps): bump actions/cache from 3.3.2 to 3.3.3
  • Loading branch information
hennersz authored Jan 15, 2024
2 parents d7eb43c + 6541b0f commit dc2c9d5
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/[email protected].2
uses: actions/[email protected].3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}${{ matrix.containers.suffix }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit dc2c9d5

Please sign in to comment.