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.
2 parents 55ab006 + e7725c3 commit eec4892Copy full SHA for eec4892
.github/workflows/CI.yml
@@ -25,7 +25,7 @@ jobs:
25
arch:
26
- x64
27
steps:
28
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
29
- uses: julia-actions/setup-julia@v1
30
with:
31
version: ${{ matrix.version }}
@@ -65,7 +65,7 @@ jobs:
65
contents: write
66
statuses: write
67
68
69
70
71
version: '1'
.github/workflows/benchmark_pr.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
16
- - uses: actions/checkout@v2
17
18
19
version: "1"
0 commit comments