Skip to content

Commit 22a030c

Browse files
committed
fix ci
1 parent b9def31 commit 22a030c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-generated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Check out repository code
8-
uses: actions/checkout@v2
8+
uses: actions/checkout@v4
99
- name: Setup neovim
1010
uses: rhysd/action-setup-vim@v1
1111
with:

.github/workflows/test-osv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
neovim_version: ['nightly', 'stable', 'v0.9.0', 'v0.10.0']
99
steps:
1010
- name: Check out repository code
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v4
1212
- run: date +%F > todays-date
1313
- name: Restore cache for today's nightly
14-
uses: actions/cache@v2
14+
uses: actions/cache@v4
1515
with:
1616
path: _neovim
1717
key: ${{ runner.os }}-x64-${{ hashFiles('todays-date') }}

0 commit comments

Comments
 (0)