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.
actions/checkout@v5
1 parent 37be51b commit 59ad288Copy full SHA for 59ad288
.github/workflows/CI.yml
@@ -17,7 +17,7 @@ jobs:
17
- '1'
18
- 'nightly'
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
- uses: julia-actions/setup-julia@v2
22
with:
23
version: ${{ matrix.version }}
@@ -40,7 +40,7 @@ jobs:
40
contents: write
41
statuses: write
42
43
44
45
46
version: '1'
0 commit comments