Skip to content

Commit 6aa1d8c

Browse files
committed
github: migrate to v3 action
Using v2 action are deprecated. See https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12 Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 3f0ffc9 commit 6aa1d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- ubuntu-latest
1818
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- uses: ruby/setup-ruby@v1
2222
with:
2323
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)