Skip to content

Commit

Permalink
update checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
RustamCadoLabs committed Dec 9, 2023
1 parent 18b44cc commit c040040
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
bundler-cache: false
bundler-cache: true
- name: Build and install gem to systems gems
run: bundle exec rake install
- name: Run Linter
Expand All @@ -42,10 +42,10 @@ jobs:
ruby: ["2.7", "3.0", "3.1"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: false
bundler-cache: true
- name: Run specs
run: bundle exec rspec

0 comments on commit c040040

Please sign in to comment.