Skip to content

Commit

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

Bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
haberda authored Sep 11, 2023
2 parents 38ba824 + 2487365 commit 84e8215
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/cache@v3.3.1
uses: actions/cache@v3.3.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/cache@v3.3.1
uses: actions/cache@v3.3.2
with:
path: /tmp/.docker-cache
key: docker-${{ matrix.architecture }}-${{ github.sha }}
Expand Down

0 comments on commit 84e8215

Please sign in to comment.