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 30918cd + 7e23150 commit b4666e7Copy full SHA for b4666e7
.github/workflows/docs.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout
11
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
12
13
- name: MkDocs
14
run: |
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
experimental: true
27
28
29
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
30
31
- uses: jcs090218/setup-emacs@master
32
with:
0 commit comments