Skip to content

Commit b68286a

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 3c9c30a commit b68286a

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
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v5
4242
with:
4343
fetch-depth: 0 # fetch all history for all branches, required for the changed-files action
44-
- uses: actions/cache@v4
44+
- uses: actions/cache@v5
4545
id: cache
4646
with:
4747
path: |

.github/workflows/scheduled_or_manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ${{ matrix.os }}
4242
steps:
4343
- uses: actions/checkout@v5
44-
- uses: actions/cache@v4
44+
- uses: actions/cache@v5
4545
id: cache
4646
with:
4747
path: |

0 commit comments

Comments
 (0)