Skip to content

Commit caf86e8

Browse files
authored
Merge pull request #494 from InsightSoftwareConsortium/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 0e3fd8b + 6afd557 commit caf86e8

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)