We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3230c72 commit f6ac3c8Copy full SHA for f6ac3c8
2 files changed
.github/workflows/CI.yml
@@ -36,7 +36,7 @@ jobs:
36
arch: x64
37
steps:
38
- uses: actions/checkout@v6
39
- - uses: julia-actions/setup-julia@v2
+ - uses: julia-actions/setup-julia@v3
40
with:
41
version: ${{ matrix.version }}
42
arch: ${{ matrix.arch }}
@@ -69,7 +69,7 @@ jobs:
69
runs-on: ubuntu-latest
70
71
72
73
74
version: '1'
75
- uses: julia-actions/julia-buildpkg@v1
.github/workflows/Downstream.yml
@@ -29,7 +29,7 @@ jobs:
29
- 'ZipStreams'
30
31
32
33
34
version: 1
35
0 commit comments