Skip to content

Commit 62e0831

Browse files
Github Actions: Bump actions/cache from 4.2.3 to 5.0.5
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...27d5ce7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6682ead commit 62e0831

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-migration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
persist-credentials: false
4444

45-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
45+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4646
if: github.event_name != 'merge_group'
4747
with:
4848
path: |
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
persist-credentials: false
7272

73-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
73+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7474
if: github.event_name != 'merge_group'
7575
with:
7676
path: |

.github/workflows/virtual-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
with:
141141
persist-credentials: false
142142

143-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
143+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
144144
if: github.event_name != 'merge_group'
145145
with:
146146
path: |
@@ -346,7 +346,7 @@ jobs:
346346
persist-credentials: false
347347
ref: ${{ github.event.pull_request.head.sha }}
348348

349-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
349+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
350350
if: github.event_name != 'merge_group'
351351
with:
352352
path: |

0 commit comments

Comments
 (0)