We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d5c3a commit 97d2d12Copy full SHA for 97d2d12
.github/workflows/CI.yml
@@ -32,7 +32,7 @@ jobs:
32
version: 1
33
steps:
34
- uses: actions/checkout@v3
35
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
36
with:
37
version: ${{ matrix.version }}
38
arch: ${{ matrix.arch }}
@@ -53,7 +53,7 @@ jobs:
53
continue-on-error: true # Remove this after fixing docs adding Documenter Keys on CI
54
55
56
57
58
version: '1'
59
- uses: julia-actions/julia-buildpkg@v1
0 commit comments