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 a63b95a commit e9594adCopy full SHA for e9594ad
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
arch: 'x64'
50
llvm_args: '--opaque-pointers'
51
steps:
52
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
53
with:
54
fetch-depth: 0 # build_ci.jl needs to be able to inspect the git log
55
@@ -110,7 +110,7 @@ jobs:
110
arch: ['x64']
111
llvm_args: ['', '--opaque-pointers']
112
113
114
115
116
@@ -154,7 +154,7 @@ jobs:
154
name: Documentation
155
runs-on: ubuntu-latest
156
157
158
- uses: julia-actions/setup-julia@latest
159
160
version: '1.8'
0 commit comments