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.
2 parents e112da8 + ee9865c commit c7ddb35Copy full SHA for c7ddb35
.github/workflows/CI.yml
@@ -23,7 +23,7 @@ jobs:
23
env:
24
PYTHON: ""
25
steps:
26
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
27
- uses: julia-actions/install-juliaup@v2
28
with:
29
channel: ${{matrix.version}}
@@ -43,7 +43,7 @@ jobs:
43
name: Runic formatting
44
runs-on: ubuntu-latest
45
46
47
- uses: julia-actions/setup-julia@v2
48
49
version: '1.11'
.github/workflows/deploy.yml
@@ -7,7 +7,7 @@ jobs:
7
aggregate:
8
9
10
11
- uses: julia-actions/setup-julia@v1
12
13
0 commit comments