Skip to content

Commit 8e2085a

Browse files
github-actions(deps): bump actions/cache from 4.1.2 to 4.2.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.1.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a99ae95 commit 8e2085a

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.1.2
42+
uses: actions/cache@v4.2.0
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.1.2
42+
uses: actions/cache@v4.2.0
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.1.2
55+
uses: actions/cache@v4.2.0
5656
with:
5757
path: ${{ steps.extcache.outputs.dir }}
5858
key: ${{ steps.extcache.outputs.key }}

0 commit comments

Comments
 (0)