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