Skip to content

Commit a42b379

Browse files
authored
ci: update actions/checkout to v4 (#4)
the other versions are no longer supported
1 parent fe0cbf6 commit a42b379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gem.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- 2.7
2020
steps:
2121
- name: Checkout Repository
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323
- name: "Set up Ruby ${{ matrix.ruby_version }}"
2424
uses: ruby/setup-ruby@v1
2525
with:

0 commit comments

Comments
 (0)