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 b49cb2b commit 3fcfa44Copy full SHA for 3fcfa44
.github/workflows/benchmark.yml
@@ -7,7 +7,7 @@ jobs:
7
Benchmark:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
11
- uses: julia-actions/setup-julia@latest
12
with:
13
version: 1
.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
77
# MacOS not available on x86
78
- {os: 'macOS-latest', arch: 'x86'}
79
80
- - uses: actions/checkout@v1
81
82
83
version: ${{ matrix.version }}
@@ -93,7 +93,7 @@ jobs:
93
name: Documentation
94
95
96
97
98
99
version: '1.6'
0 commit comments