We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7b9cf commit b3d9cf1Copy full SHA for b3d9cf1
.github/workflows/DocsPreviewCleanup.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout gh-pages branch
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
with:
14
ref: gh-pages
15
- name: Delete preview and history + push changes
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
arch:
32
- x64
33
34
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
35
- uses: julia-actions/setup-julia@v1
36
37
version: ${{ matrix.version }}
@@ -56,7 +56,7 @@ jobs:
56
name: Documentation
57
58
59
60
61
62
version: '1'
0 commit comments