Skip to content

Commit 4305f16

Browse files
authored
Merge pull request #130 from tmm1/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents f9c961b + dc608ac commit 4305f16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
- name: Set up Ruby 2.7
1717
uses: ruby/setup-ruby@v1
1818
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: checkout
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535
- name: set up Ruby
3636
uses: ruby/setup-ruby@v1
3737
with:

0 commit comments

Comments
 (0)