Skip to content

Commit 50401ca

Browse files
authored
Merge pull request #530 from control-toolbox/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 4bee8c9 + b25cb55 commit 50401ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GPU.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
version: ${{ matrix.julia-version }}
3131
arch: ${{ matrix.julia-arch }}
32-
- uses: actions/cache@v4
32+
- uses: actions/cache@v5
3333
env:
3434
cache-name: cache-artifacts
3535
with:

0 commit comments

Comments
 (0)