We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f86133 commit 475e975Copy full SHA for 475e975
1 file changed
.github/workflows/ci-nightly.yml
@@ -23,8 +23,8 @@ jobs:
23
arch:
24
- x64
25
steps:
26
- - uses: actions/checkout@v2
27
- - uses: julia-actions/setup-julia@v1
+ - uses: actions/checkout@v4
+ - uses: julia-actions/setup-julia@v2
28
with:
29
version: ${{ matrix.version }}
30
arch: ${{ matrix.arch }}
0 commit comments