We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3f732 commit cc0f67dCopy full SHA for cc0f67d
.github/workflows/CI.yml
@@ -27,7 +27,7 @@ jobs:
27
- x64
28
steps:
29
- uses: actions/checkout@v4
30
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
31
with:
32
version: ${{ matrix.version }}
33
arch: ${{ matrix.arch }}
@@ -53,7 +53,7 @@ jobs:
53
runs-on: ubuntu-latest
54
55
56
57
58
version: '1'
59
- uses: julia-actions/julia-buildpkg@v1
0 commit comments