Skip to content

Commit dab1d48

Browse files
authored
Merge pull request #137 from tmm1/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 31b8469 + 5757f2c commit dab1d48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v4
15+
uses: actions/checkout@v6
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@v4
34+
uses: actions/checkout@v6
3535
- name: set up Ruby
3636
uses: ruby/setup-ruby@v1
3737
with:

0 commit comments

Comments
 (0)