We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3d2739 + 0db31c5 commit fbb3e73Copy full SHA for fbb3e73
.github/workflows/DocPreviewCleanup.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout gh-pages branch
17
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
18
with:
19
ref: gh-pages
20
.github/workflows/Documentation.yml
contents: write
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- uses: julia-actions/setup-julia@v2
version: '1'
.github/workflows/UnitTests.yml
@@ -40,7 +40,7 @@ jobs:
40
# arch: x64
41
# allow_failure: true
42
43
44
45
46
version: ${{ matrix.version }}
0 commit comments