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.
2 parents f719f99 + de9e78a commit 397d1f7Copy full SHA for 397d1f7
.github/workflows/CI.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
19
- uses: iterate-ch/[email protected]
20
with:
21
docs-folder: "."
@@ -32,7 +32,7 @@ jobs:
32
needs: build
33
if: github.ref == 'refs/heads/main'
34
35
36
- name: Cache artifacts
37
uses: actions/cache@v4
38
.github/workflows/codespell.yml
@@ -17,6 +17,6 @@ jobs:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Codespell
22
uses: codespell-project/actions-codespell@v2
0 commit comments