Skip to content

Commit 753a6ce

Browse files
Merge pull request #992 from kreait/dependabot/github_actions/actions/cache-4.2.2
github-actions(deps): bump actions/cache from 4.2.1 to 4.2.2
2 parents 3d280b9 + 68ab6af commit 753a6ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/emulator-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
key: ${{ env.key }}
4040

4141
- name: Cache extensions
42-
uses: actions/cache@v4.2.1
42+
uses: actions/cache@v4.2.2
4343
with:
4444
path: ${{ steps.extcache.outputs.dir }}
4545
key: ${{ steps.extcache.outputs.key }}

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
key: ${{ env.key }}
4040

4141
- name: Cache extensions
42-
uses: actions/cache@v4.2.1
42+
uses: actions/cache@v4.2.2
4343
with:
4444
path: ${{ steps.extcache.outputs.dir }}
4545
key: ${{ steps.extcache.outputs.key }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
key: ${{ env.key }}
5353

5454
- name: Cache extensions
55-
uses: actions/cache@v4.2.1
55+
uses: actions/cache@v4.2.2
5656
with:
5757
path: ${{ steps.extcache.outputs.dir }}
5858
key: ${{ steps.extcache.outputs.key }}

0 commit comments

Comments
 (0)