We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4509a69 commit 973d322Copy full SHA for 973d322
1 file changed
.github/workflows/CI.yml
@@ -26,7 +26,7 @@ jobs:
26
arch:
27
- x64
28
steps:
29
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
30
- uses: julia-actions/setup-julia@v2
31
with:
32
version: ${{ matrix.version }}
@@ -46,7 +46,7 @@ jobs:
46
contents: write
47
statuses: write
48
49
50
51
52
version: '1'
0 commit comments