Skip to content

Commit 3c47a29

Browse files
dependabot[bot]jeromegamez
authored andcommitted
github-actions(deps): bump actions/cache from 5.0.0 to 5.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09dc1fe commit 3c47a29

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/emulator-tests.yml

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

4848
- name: Cache extensions
49-
uses: actions/cache@v5.0.0
49+
uses: actions/cache@v5.0.1
5050
with:
5151
path: ${{ steps.extcache.outputs.dir }}
5252
key: ${{ steps.extcache.outputs.key }}

.github/workflows/integration-tests.yml

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

4848
- name: Cache extensions
49-
uses: actions/cache@v5.0.0
49+
uses: actions/cache@v5.0.1
5050
with:
5151
path: ${{ steps.extcache.outputs.dir }}
5252
key: ${{ steps.extcache.outputs.key }}

.github/workflows/static-analysis.yml

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

5353
- name: Cache extensions
54-
uses: actions/cache@v5.0.0
54+
uses: actions/cache@v5.0.1
5555
with:
5656
path: ${{ steps.extcache.outputs.dir }}
5757
key: ${{ steps.extcache.outputs.key }}

.github/workflows/tests.yml

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

5656
- name: Cache extensions
57-
uses: actions/cache@v5.0.0
57+
uses: actions/cache@v5.0.1
5858
with:
5959
path: ${{ steps.extcache.outputs.dir }}
6060
key: ${{ steps.extcache.outputs.key }}

0 commit comments

Comments
 (0)