Skip to content

Commit 246af3b

Browse files
authored
Merge pull request #175 from m-nakamura145/update-actions-checkout
Bump actions/checkout
2 parents 194dd6a + fcdc4e3 commit 246af3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_${{ matrix.rails }}.gemfile
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424

2525
- name: Set up Ruby
2626
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)