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.
1 parent eecbf95 commit 6f54d81Copy full SHA for 6f54d81
.github/workflows/CI.yml
@@ -30,7 +30,7 @@ jobs:
30
- os: windows-latest
31
version: '1.6'
32
steps:
33
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
34
- uses: julia-actions/setup-julia@v1
35
with:
36
version: ${{ matrix.version }}
@@ -48,7 +48,7 @@ jobs:
48
permissions:
49
contents: write
50
51
52
53
54
version: '1'
@@ -66,7 +66,7 @@ jobs:
66
name: Doctests
67
runs-on: ubuntu-latest
68
69
70
71
72
0 commit comments