Skip to content

Commit

Permalink
Merge pull request #666 from amatsuda/checkout_v3
Browse files Browse the repository at this point in the history
Fix build warnings in the CI by using actions/checkout@v3
  • Loading branch information
radar committed Jun 3, 2023
2 parents 767c0a2 + d61de01 commit 5d5c40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 5d5c40f

Please sign in to comment.