Skip to content

Commit 57565ed

Browse files
committed
Bump actions/checkout to v3
1 parent 9fead66 commit 57565ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout Code
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717

1818
- name: Lint Code Base
1919
uses: github/super-linter/slim@v4

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
neovim_version: ['nightly']
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- run: date +%F > todays-date
2020
- name: Restore cache for today's nightly.
2121
uses: actions/cache@v2

0 commit comments

Comments
 (0)