Skip to content

Commit 544c88c

Browse files
committed
Upgrade to actions/checkout@v4
1 parent 8c48a88 commit 544c88c

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
@@ -40,7 +40,7 @@ jobs:
4040
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
4141
steps:
4242
# https://github.com/marketplace/actions/checkout
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v4
4444
# https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
4545
- name: Set up Ruby
4646
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)