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 541c3bd commit 70842e0Copy full SHA for 70842e0
.github/workflows/CompatHelper.yml
@@ -16,7 +16,7 @@ jobs:
16
run : |
17
version=$(grep '^julia = ' Project.toml | grep -o '".*"' | cut -d '"' -f2)
18
echo "::set-output name=version::$version"
19
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
20
with:
21
version: ${{ steps.julia_compat.outputs.version }}
22
- name: Install CompatHelper
.github/workflows/CustomCommands.yml
@@ -18,7 +18,7 @@ jobs:
fi
- uses: actions/checkout@v4
23
version: '1.9'
24
arch: 'x64'
0 commit comments