We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74da985 + 05a0e58 commit cbcaeadCopy full SHA for cbcaead
.github/workflows/CI.yml
@@ -22,7 +22,7 @@ jobs:
22
arch:
23
- x64
24
steps:
25
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
26
- uses: julia-actions/setup-julia@v1
27
with:
28
version: ${{ matrix.version }}
.github/workflows/Documenter.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Documentation
11
runs-on: ubuntu-latest
12
13
14
- uses: julia-actions/julia-buildpkg@latest
15
- uses: julia-actions/julia-docdeploy@latest
16
env:
.github/workflows/codespell.yml
@@ -17,6 +17,6 @@ jobs:
17
18
19
- name: Checkout
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
- name: Codespell
uses: codespell-project/actions-codespell@v2
0 commit comments