Skip to content

Commit cbe5ca5

Browse files
committed
☕ Upgrade actions/checkout to v3
To avoid Node.js 12 actions are deprecated warnings
1 parent b21e8c9 commit cbe5ca5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- run: git config --global core.autocrlf false
4141
if: runner.os == 'Windows'
42-
- uses: actions/checkout@v2
42+
- uses: actions/checkout@v3
4343
- uses: denoland/setup-deno@v1
4444
with:
4545
deno-version: "${{ matrix.version }}"
@@ -75,10 +75,10 @@ jobs:
7575
steps:
7676
- run: git config --global core.autocrlf false
7777
if: runner.os == 'Windows'
78-
- uses: actions/checkout@v2
78+
- uses: actions/checkout@v3
7979
with:
8080
path: "./repo"
81-
- uses: actions/checkout@v2
81+
- uses: actions/checkout@v3
8282
with:
8383
repository: "vim-denops/denops.vim"
8484
path: "./denops.vim"

.github/workflows/udd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
udd:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- uses: denoland/setup-deno@v1
1414
with:
1515
deno-version: "1.x"

0 commit comments

Comments
 (0)