Skip to content

Commit e6bc99e

Browse files
committed
Continuous Integration: Upgrade actions/checkout to v6
1 parent 2d73367 commit e6bc99e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
ruby-version: truffleruby
1818
runs-on: ${{ matrix.os }}
1919
steps:
20-
- uses: actions/checkout@v3
21-
with:
22-
submodules: recursive
23-
- uses: ruby/setup-ruby@v1
24-
with:
25-
ruby-version: ${{ matrix.ruby-version }}
26-
- run: rake ${{matrix.args}}
20+
- uses: actions/checkout@v6
21+
with:
22+
submodules: recursive
23+
- uses: ruby/setup-ruby@v1
24+
with:
25+
ruby-version: ${{ matrix.ruby-version }}
26+
- run: rake ${{matrix.args}}

0 commit comments

Comments
 (0)