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 c602ec7 + 128602a commit ec7dba3Copy full SHA for ec7dba3
.github/workflows/CompatHelper.yml
@@ -9,7 +9,7 @@ jobs:
9
CompatHelper:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- name: Get Julia compatibility
14
id: julia_compat
15
# NOTE: this requires a Julia compat lower-bound with minor version!
.github/workflows/CustomCommands.yml
@@ -17,7 +17,7 @@ jobs:
17
break
18
fi
19
20
21
- uses: julia-actions/setup-julia@v1
22
with:
23
version: '1.9'
.github/workflows/Documentation.yml
@@ -11,7 +11,7 @@ jobs:
build:
- uses: julia-actions/setup-julia@latest
16
version: '1.8'
0 commit comments