Skip to content

Commit

Permalink
Merge pull request #948 from kreait/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4.1.1

github-actions(deps): bump actions/cache from 4.1.0 to 4.1.1
  • Loading branch information
github-actions[bot] authored Oct 9, 2024
2 parents ce879b1 + 0e409f7 commit b46ed91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/emulator-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
key: ${{ env.key }}

- name: Cache extensions
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: ${{ steps.extcache.outputs.dir }}
key: ${{ steps.extcache.outputs.key }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
key: ${{ env.key }}

- name: Cache extensions
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: ${{ steps.extcache.outputs.dir }}
key: ${{ steps.extcache.outputs.key }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
key: ${{ env.key }}

- name: Cache extensions
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: ${{ steps.extcache.outputs.dir }}
key: ${{ steps.extcache.outputs.key }}
Expand Down

0 comments on commit b46ed91

Please sign in to comment.