Skip to content

Commit

Permalink
Update verify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HarlemSquirrel committed Nov 17, 2023
1 parent 44b6a00 commit b3221e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Ruby 3.2
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.x
ruby-version: 3.2
- name: Install Dependencies
run: |
gem install bundler
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit b3221e7

Please sign in to comment.