Skip to content

Commit cf9928d

Browse files
authored
Merge pull request #60 from SimpleITK/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents b5f6b22 + a5f2dcc commit cf9928d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)