Skip to content

Commit f16c67e

Browse files
committed
GHA: Update to actions/checkout@v3
v2 is deprecated. Signed-off-by: Takuro Ashie <[email protected]>
1 parent f657668 commit f16c67e

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)