We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca0d64b + 5addc88 commit 8a33981Copy full SHA for 8a33981
.github/workflows/Documenter.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
15
with:
16
version: nightly # change this to 1.6 once's that's official
17
show-versioninfo: true # this causes versioninfo to be printed to the action log
.github/workflows/Invalidations.yml
@@ -16,7 +16,7 @@ jobs:
if: github.base_ref == github.event.repository.default_branch
18
19
20
21
version: '1'
22
0 commit comments