Skip to content

Commit 73d10e6

Browse files
committed
ci: update actions/checkout to v5
1 parent 0981352 commit 73d10e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
lint:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: Set up Ruby
2424
uses: ruby/setup-ruby@v1
2525
with:
@@ -44,7 +44,7 @@ jobs:
4444

4545
name: ${{ matrix.gemfile }} - Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
4646
steps:
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v5
4848
- name: Set up Ruby
4949
uses: ruby/setup-ruby@v1
5050
with:

0 commit comments

Comments
 (0)