Skip to content

Commit 6afd557

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e3fd8b commit 6afd557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v6
4848
with:
4949
fetch-depth: 0 # fetch all history for all branches, required for the changed-files action
50-
- uses: actions/cache@v4
50+
- uses: actions/cache@v5
5151
id: cache
5252
with:
5353
path: |

.github/workflows/scheduled_or_manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ${{ matrix.os }}
4848
steps:
4949
- uses: actions/checkout@v6
50-
- uses: actions/cache@v4
50+
- uses: actions/cache@v5
5151
id: cache
5252
with:
5353
path: |

0 commit comments

Comments
 (0)