Skip to content

Commit 4d94537

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

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.2
54+
uses: actions/cache@v5.0.3
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.2
54+
uses: actions/cache@v5.0.3
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.2
58+
uses: actions/cache@v5.0.3
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.2
61+
uses: actions/cache@v5.0.3
6262
with:
6363
path: ${{ steps.extcache.outputs.dir }}
6464
key: ${{ steps.extcache.outputs.key }}

0 commit comments

Comments
 (0)