Skip to content

Commit eb5c353

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

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
@@ -51,7 +51,7 @@ jobs:
5151
key: ${{ env.key }}
5252

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

.github/workflows/integration-tests.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.1
54+
uses: actions/cache@v5.0.2
5555
with:
5656
path: ${{ steps.extcache.outputs.dir }}
5757
key: ${{ steps.extcache.outputs.key }}

.github/workflows/static-analysis.yml

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

5757
- name: Cache extensions
58-
uses: actions/cache@v5.0.1
58+
uses: actions/cache@v5.0.2
5959
with:
6060
path: ${{ steps.extcache.outputs.dir }}
6161
key: ${{ steps.extcache.outputs.key }}

.github/workflows/tests.yml

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

6060
- name: Cache extensions
61-
uses: actions/cache@v5.0.1
61+
uses: actions/cache@v5.0.2
6262
with:
6363
path: ${{ steps.extcache.outputs.dir }}
6464
key: ${{ steps.extcache.outputs.key }}

0 commit comments

Comments
 (0)