We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5091c44 commit a5ad01fCopy full SHA for a5ad01f
.github/workflows/CI.yml
@@ -35,7 +35,7 @@ jobs:
35
version: 'min'
36
arch: x64
37
steps:
38
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
39
- uses: julia-actions/setup-julia@v2
40
with:
41
version: ${{ matrix.version }}
@@ -68,7 +68,7 @@ jobs:
68
name: Documentation
69
runs-on: ubuntu-latest
70
71
72
73
74
version: '1'
.github/workflows/Downstream.yml
@@ -28,7 +28,7 @@ jobs:
28
- 'HTTP'
29
- 'ZipStreams'
30
31
32
33
34
version: 1
0 commit comments