Skip to content

Commit 08c9164

Browse files
authored
ci: use actions/cache@v4 (#1140)
1 parent 5e0dba1 commit 08c9164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
version: ${{ matrix.version }}
2828
arch: ${{ matrix.arch }}
2929
- run: julia --project=@. -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/atoptima/ColunaDemos.jl.git"));'
30-
- uses: actions/cache@v1
30+
- uses: actions/cache@v4
3131
env:
3232
cache-name: cache-artifacts
3333
with:

0 commit comments

Comments
 (0)