We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f0499 commit 27f376cCopy full SHA for 27f376c
1 file changed
.github/workflows/CI.yml
@@ -21,8 +21,8 @@ jobs:
21
- x64
22
- x86
23
steps:
24
- - uses: actions/checkout@v2
25
- - uses: julia-actions/setup-julia@v1
+ - uses: actions/checkout@v4
+ - uses: julia-actions/setup-julia@v2
26
with:
27
version: ${{ matrix.version }}
28
arch: ${{ matrix.arch }}
0 commit comments