Skip to content

Commit

Permalink
Merge pull request #125 from haberda/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4.0.1

Bump actions/cache from 4.0.0 to 4.0.1
  • Loading branch information
haberda authored Mar 16, 2024
2 parents 43ff65b + 0998f2a commit 08d454c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
mkdir -p /tmp/.docker-cache
- name: 🏗 Set up build cache
id: cache
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: /tmp/.docker-cache
key: docker-${{ matrix.architecture }}-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/checkout@v4
- name: 🏗 Set up build cache
id: cache
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: /tmp/.docker-cache
key: docker-${{ matrix.architecture }}-${{ github.sha }}
Expand Down

0 comments on commit 08d454c

Please sign in to comment.