We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8548c6f commit 4ce621fCopy full SHA for 4ce621f
.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