We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72c466f + 633ceb4 commit 7b0f607Copy full SHA for 7b0f607
1 file changed
.github/workflows/CI.yml
@@ -55,7 +55,7 @@ jobs:
55
# run: |
56
# journalctl -t sshd
57
- uses: actions/checkout@v6
58
- - uses: julia-actions/setup-julia@v2
+ - uses: julia-actions/setup-julia@v3
59
with:
60
version: ${{ matrix.version }}
61
arch: ${{ matrix.arch }}
@@ -68,7 +68,7 @@ jobs:
68
runs-on: ubuntu-latest
69
steps:
70
71
72
73
version: '1'
74
- run: julia --project=docs -e '
0 commit comments