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 683c2e1 commit bc1b9f2Copy full SHA for bc1b9f2
.github/workflows/Benchmark.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
if: contains(github.event.pull_request.labels.*.name, 'run benchmark')
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
- uses: julia-actions/setup-julia@v2
13
with:
14
version: '1'
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- '1'
25
# - 'pre'
26
27
28
29
30
version: ${{ matrix.version }}
@@ -49,7 +49,7 @@ jobs:
49
contents: write
50
statuses: write
51
52
53
54
55
0 commit comments