Skip to content

Commit e0aef01

Browse files
Update actions/checkout action to v6
1 parent bc2db90 commit e0aef01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
TEST_RAILS_VERSION: "${{ matrix.rails-version }}"
2323
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- name: Set up Ruby
2727
uses: ruby/setup-ruby@v1
2828
with:

0 commit comments

Comments
 (0)