Skip to content

Commit 6694d26

Browse files
authored
Merge pull request #163 from gridap/dependabot/github_actions/actions/cache-4
Bump actions/cache from 1 to 4
2 parents 185a785 + db8d81a commit 6694d26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
version: ${{ matrix.version }}
2323
arch: ${{ matrix.arch }}
24-
- uses: actions/cache@v1
24+
- uses: actions/cache@v4
2525
env:
2626
cache-name: cache-artifacts
2727
with:
@@ -52,7 +52,7 @@ jobs:
5252
- x64
5353
steps:
5454
- uses: actions/checkout@v4
55-
- uses: actions/cache@v1
55+
- uses: actions/cache@v4
5656
env:
5757
cache-name: cache-artifacts
5858
with:

0 commit comments

Comments
 (0)