Skip to content

Commit

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

github-actions(deps): bump actions/cache from 4.2.1 to 4.2.2
  • Loading branch information
github-actions[bot] authored Feb 28, 2025
2 parents 3d280b9 + 68ab6af commit 753a6ce
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].1
uses: actions/[email protected].2
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].1
uses: actions/[email protected].2
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].1
uses: actions/[email protected].2
with:
path: ${{ steps.extcache.outputs.dir }}
key: ${{ steps.extcache.outputs.key }}
Expand Down

0 comments on commit 753a6ce

Please sign in to comment.