Skip to content

Commit 4673ab5

Browse files
committed
Update checkout action version
1 parent caf8341 commit 4673ab5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gem-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
15-
- name: Set up Ruby 3.1
14+
- uses: actions/checkout@v4
15+
- name: Set up Ruby 3.3
1616
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: 3.1
18+
ruby-version: 3.3
1919

2020
- name: Publish to GPR
2121
run: |

0 commit comments

Comments
 (0)