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.
1 parent 30918cd commit 9a917caCopy full SHA for 9a917ca
.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@v5
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@v5
30
31
- uses: jcs090218/setup-emacs@master
32
with:
0 commit comments