We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8548c6f + 4ce621f commit 46cae33Copy full SHA for 46cae33
.github/workflows/CompatHelper.yml
@@ -9,7 +9,7 @@ jobs:
9
CompatHelper:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
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
@@ -20,7 +20,7 @@ jobs:
20
sleep 30
21
done
22
23
24
- uses: julia-actions/setup-julia@v1
25
with:
26
version: '1.9'
0 commit comments