Skip to content

Commit f60dbae

Browse files
authored
Merge pull request #21 from github/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents 6cceb7f + e9b39ba commit f60dbae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
lint:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v4
88
- name: Setup Ruby
99
uses: ruby/setup-ruby@v1
1010
with:
@@ -18,7 +18,7 @@ jobs:
1818
test:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
- uses: ruby/setup-ruby@v1
2323
with:
2424
node-version: 2.1

0 commit comments

Comments
 (0)