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 d264cac commit 5ee30faCopy full SHA for 5ee30fa
.github/workflows/docs.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
14
with:
15
persist-credentials: false
16
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
- snapshot
24
25
26
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
27
28
- uses: jcs090218/setup-emacs@master
29
0 commit comments