Skip to content

Commit

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

Bump actions/cache from 4.0.1 to 4.0.2
  • Loading branch information
haberda authored Apr 4, 2024
2 parents 022eb73 + 26edebe commit c06c4a1
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].1
uses: actions/[email protected].2
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].1
uses: actions/[email protected].2
with:
path: /tmp/.docker-cache
key: docker-${{ matrix.architecture }}-${{ github.sha }}
Expand Down

0 comments on commit c06c4a1

Please sign in to comment.