Skip to content

Commit 7e5b3d3

Browse files
authored
Merge pull request #786 from fkmy/update-actions-checkout-v6
Update actions/checkout from v4 to v6
2 parents 3947ed7 + 3f048f9 commit 7e5b3d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
ruby-version: 2.2
6262
runs-on: ${{ matrix.os }}
6363
steps:
64-
- uses: actions/checkout@v4
64+
- uses: actions/checkout@v6
6565
- name: Set up Ruby ${{ matrix.ruby-version }}
6666
uses: ruby/setup-ruby@v1
6767
with:

0 commit comments

Comments
 (0)