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 3cbf1ee commit f535bbbCopy full SHA for f535bbb
.github/workflows/breakage.yml
@@ -24,7 +24,7 @@ jobs:
24
pkgversion: [latest]
25
26
steps:
27
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
28
29
# Install Julia
30
- uses: julia-actions/setup-julia@v1
.github/workflows/ci-julia-nightly.yml
@@ -23,7 +23,7 @@ jobs:
23
threads: 2
jet: 'true'
with:
version: ${{ matrix.version }}
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
arch:
22
- x64
0 commit comments