Skip to content

Commit 5e8982c

Browse files
Update actions/checkout action to v4 (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0aad662 commit 5e8982c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gem-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
packages: write
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: Set up Ruby 3.0
2020
uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88
2121
with:

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ruby-version: ['3.0']
2323

2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2626
- name: Set up Ruby
2727
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
2828
# change this to (see https://github.com/ruby/setup-ruby#versioning):
@@ -48,7 +48,7 @@ jobs:
4848

4949

5050
steps:
51-
- uses: actions/checkout@v2
51+
- uses: actions/checkout@v4
5252
- name: Set up Ruby
5353
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
5454
# change this to (see https://github.com/ruby/setup-ruby#versioning):

0 commit comments

Comments
 (0)