Skip to content

Commit 94fd9f9

Browse files
authored
Merge pull request #4 from tetutaro/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 0ef833d + 371965b commit 94fd9f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- uses: asdf-vm/actions/install@v3
1515
- run: scripts/lint.bash
1616

1717
actionlint:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- name: Check workflow files
2222
uses: docker://rhysd/actionlint:1.6.23
2323
with:

0 commit comments

Comments
 (0)