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 094593d + 376e6ae commit acbc074Copy full SHA for acbc074
.github/workflows/docs.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
14
15
- name: MkDocs
16
run: |
.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
38
experimental: true
39
40
41
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
42
43
- uses: jcs090218/setup-emacs@master
44
with:
0 commit comments