Skip to content

Commit 41ee2f8

Browse files
authored
Merge pull request #176 from m-nakamura145/update-checkout-action
Update latest checkout action version
2 parents 180e07b + 391e31f commit 41ee2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "ruby-head", "truffleruby-head", "jruby-9.4", "jruby-head"]
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
- run: rm Gemfile.lock
3939
- uses: ruby/setup-ruby@v1
4040
with:

0 commit comments

Comments
 (0)