Skip to content

Commit

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

github-actions(deps): bump actions/cache from 4.0.2 to 4.1.0
  • Loading branch information
github-actions[bot] authored Oct 7, 2024
2 parents 7953721 + 6c8ab7d commit e309d2a
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/cache@v4.0.2
uses: actions/cache@v4.1.0
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/cache@v4.0.2
uses: actions/cache@v4.1.0
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/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: ${{ steps.extcache.outputs.dir }}
key: ${{ steps.extcache.outputs.key }}
Expand Down

0 comments on commit e309d2a

Please sign in to comment.