Skip to content

Commit

Permalink
Merge pull request #97 from fluent/update-checkout-action
Browse files Browse the repository at this point in the history
GHA: Update to actions/checkout@v3
  • Loading branch information
ashie authored Mar 16, 2023
2 parents f657668 + f16c67e commit fd471f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- ubuntu-latest
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit fd471f9

Please sign in to comment.