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 9fead66 commit 57565edCopy full SHA for 57565ed
.github/workflows/linter.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout Code
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
17
18
- name: Lint Code Base
19
uses: github/super-linter/slim@v4
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
neovim_version: ['nightly']
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- run: date +%F > todays-date
20
- name: Restore cache for today's nightly.
21
uses: actions/cache@v2
0 commit comments