Skip to content

Commit

Permalink
github action updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Mar 12, 2024
1 parent 21b3c95 commit 0cafe91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
ruby-version: 3.2
bundler-cache: true

- name: Setup gems
Expand Down

0 comments on commit 0cafe91

Please sign in to comment.