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 b977566 commit c81014cCopy full SHA for c81014c
.github/workflows/docs.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
14
15
- name: README.org -> README.md
16
uses: docker://pandoc/core:2.9
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
experimental: true
28
29
30
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
31
32
- uses: jcs090218/setup-emacs@master
33
with:
0 commit comments