Skip to content

Commit

Permalink
Merge pull request #2706 from sparklemotion/flavorjones-ci-update-act…
Browse files Browse the repository at this point in the history
…ions-checkout-20221123

ci: update to actions/checkout@v3
  • Loading branch information
flavorjones committed Nov 23, 2022
2 parents 2b56727 + 09b30f6 commit 371c026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ jobs:
ruby: ["2.6", "2.7", "3.0"]
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- uses: ruby/setup-ruby@v1
Expand All @@ -671,7 +671,7 @@ jobs:
ruby: ["3.1"]
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 371c026

Please sign in to comment.