Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 10d2b6d

Browse files
committed
CI: use actions/checkout@v4
1 parent 1bc15fc commit 10d2b6d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ruby-version: ['2.1', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', 'jruby']
2424

2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- name: Set up Ruby
2828
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
2929
# change this to (see https://github.com/ruby/setup-ruby#versioning):
@@ -51,11 +51,11 @@ jobs:
5151
packages: write
5252

5353
steps:
54-
- uses: actions/checkout@v3
54+
- uses: actions/checkout@v4
5555
- name: Set up Ruby 3.3
5656
uses: ruby/setup-ruby@v1
5757
with:
58-
ruby-version: 3.3
58+
ruby-version: 3.4
5959

6060
# - name: Publish to GPR
6161
# run: |

0 commit comments

Comments
 (0)