Skip to content

Commit 4127840

Browse files
dependabot[bot]jeromegamez
authored andcommitted
github-actions(deps): bump actions/cache from 4.3.0 to 5.0.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d9a01c6 commit 4127840

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/emulator-tests.yml

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

4949
- name: Cache extensions
50-
uses: actions/cache@v4.3.0
50+
uses: actions/cache@v5.0.0
5151
with:
5252
path: ${{ steps.extcache.outputs.dir }}
5353
key: ${{ steps.extcache.outputs.key }}

.github/workflows/integration-tests.yml

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

4949
- name: Cache extensions
50-
uses: actions/cache@v4.3.0
50+
uses: actions/cache@v5.0.0
5151
with:
5252
path: ${{ steps.extcache.outputs.dir }}
5353
key: ${{ steps.extcache.outputs.key }}

.github/workflows/static-analysis.yml

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

5858
- name: Cache extensions
59-
uses: actions/cache@v4.3.0
59+
uses: actions/cache@v5.0.0
6060
with:
6161
path: ${{ steps.extcache.outputs.dir }}
6262
key: ${{ steps.extcache.outputs.key }}

.github/workflows/tests.yml

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

6262
- name: Cache extensions
63-
uses: actions/cache@v4.3.0
63+
uses: actions/cache@v5.0.0
6464
with:
6565
path: ${{ steps.extcache.outputs.dir }}
6666
key: ${{ steps.extcache.outputs.key }}

0 commit comments

Comments
 (0)