We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents caf76ac + a1aebaf commit 50c7060Copy full SHA for 50c7060
1 file changed
.github/workflows/CI.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Format
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
20
- uses: julia-actions/setup-julia@v2
21
with:
22
version: '1.11'
@@ -40,7 +40,7 @@ jobs:
40
arch:
41
- x64
42
43
44
45
46
version: ${{ matrix.version }}
0 commit comments