Skip to content

Commit 2d1f61d

Browse files
committed
Switch from action/checkout@2 to @4
1 parent e764dde commit 2d1f61d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ruby: 2.5
3131
name: Ruby ${{ matrix.ruby }} test (${{ matrix.os }})
3232
steps:
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v4
3434
- name: Set up Ruby
3535
uses: ruby/setup-ruby@v1
3636
with:
@@ -54,7 +54,7 @@ jobs:
5454
- rspec-ruby
5555
- bundler-app
5656
steps:
57-
- uses: actions/checkout@v2
57+
- uses: actions/checkout@v4
5858
- name: Set up Ruby
5959
uses: ruby/setup-ruby@v1
6060
with:

0 commit comments

Comments
 (0)