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 e5ae2de + 259dd74 commit 4e8137dCopy full SHA for 4e8137d
.github/workflows/format.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Runic
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
16
# - uses: julia-actions/setup-julia@v2
17
# with:
18
# version: '1'
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
julia-version: ['lts', '1']
21
22
23
24
- uses: julia-actions/setup-julia@v2
25
with:
26
version: ${{ matrix.julia-version }}
0 commit comments