Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb63c211

Browse files
authored
[CI] Usejulia-actions/cache instead ofactions/cache (#128)
1 parent76ed223 commitb63c211

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

‎.github/workflows/CompatHelper.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
version:'1'
2121
arch:${{ runner.arch }}
2222
if:steps.julia_in_path.outcome != 'success'
23+
-uses:julia-actions/cache@v2
2324
-name:"Add the General registry via Git"
2425
run:|
2526
import Pkg

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,7 @@ jobs:
3030
with:
3131
version:${{ matrix.julia-version }}
3232
arch:${{ matrix.julia-arch }}
33-
-name:Cache artifacts
34-
uses:actions/cache@v4
35-
env:
36-
cache-name:cache-artifacts
37-
with:
38-
path:~/.julia/artifacts
39-
key:${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
40-
restore-keys:|
41-
${{ runner.os }}-test-${{ env.cache-name }}-
42-
${{ runner.os }}-test-
43-
${{ runner.os }}-
33+
-uses:julia-actions/cache@v2
4434
-uses:julia-actions/julia-runtest@v1
4535
env:
4636
SANDBOX_BUILD_LOCAL_SANDBOX:${{ matrix.build-local-sandbox }}
@@ -56,17 +46,7 @@ jobs:
5646
-uses:julia-actions/setup-julia@v1
5747
with:
5848
version:"^1.7.0-0"
59-
-name:Cache artifacts
60-
uses:actions/cache@v4
61-
env:
62-
cache-name:cache-artifacts
63-
with:
64-
path:~/.julia/artifacts
65-
key:${{ runner.os }}-docs-${{ env.cache-name }}-${{ hashFiles('**/docs/Project.toml') }}
66-
restore-keys:|
67-
${{ runner.os }}-docs-${{ env.cache-name }}-
68-
${{ runner.os }}-docs-
69-
${{ runner.os }}-
49+
-uses:julia-actions/cache@v2
7050
-uses:julia-actions/julia-docdeploy@releases/v1
7151
env:
7252
DOCUMENTER_KEY:${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp