Skip to content

Commit

Permalink
Merge pull request #611 from sparklemotion/flavorjones-update-ci-actions
Browse files Browse the repository at this point in the history
ci: update actions/checkout version
  • Loading branch information
flavorjones committed Apr 7, 2023
2 parents cfa06d2 + 77ab71c commit b8f52c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
Expand All @@ -35,7 +35,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby-version}}
Expand All @@ -52,7 +52,7 @@ jobs:

runs-on: ${{matrix.platform}}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
Expand Down

0 comments on commit b8f52c0

Please sign in to comment.