Skip to content

Commit fd471f9

Browse files
authored
Merge pull request #97 from fluent/update-checkout-action
GHA: Update to actions/checkout@v3
2 parents f657668 + f16c67e commit fd471f9

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)