Skip to content

Commit 959e1da

Browse files
authored
Merge pull request #539 from bkeepers/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 209dca4 + b300f26 commit 959e1da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
RAILS_VERSION: ${{ matrix.rails }}
3737
steps:
3838
- name: Check out repository code
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v6
4040
- name: Set up Ruby
4141
id: setup-ruby
4242
uses: ruby/setup-ruby@v1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
id-token: write # mandatory for trusted publishing
1010
contents: write # required for `rake release` to push the release tag
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- name: Set up Ruby
1414
uses: ruby/setup-ruby@v1
1515
with:

0 commit comments

Comments
 (0)