Skip to content

Commit a9b12fc

Browse files
committed
☕ Update GitHub Actions
1 parent b1d886a commit a9b12fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
steps:
6868
- run: git config --global core.autocrlf false
6969
if: runner.os == 'Windows'
70-
- uses: actions/checkout@v3
70+
- uses: actions/checkout@v4
7171
with:
7272
path: "./repo"
73-
- uses: actions/checkout@v3
73+
- uses: actions/checkout@v4
7474
with:
7575
repository: "vim-denops/denops.vim"
7676
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@v3
12+
- uses: actions/checkout@v4
1313
- uses: denoland/setup-deno@v1
1414
with:
1515
deno-version: "1.x"

0 commit comments

Comments
 (0)