Skip to content

Commit

Permalink
Update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
lovro-bikic committed Oct 13, 2023
1 parent da1c565 commit a40539b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
name: rake rubocop
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- ruby: '2.6'
rails: '7.1.1'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -63,7 +63,7 @@ jobs:
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2']
money: ['6.14.0', '6.14.1', '6.16.0']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -84,7 +84,7 @@ jobs:
money_rails: ['1.15.0']
mongodb: ['4.4']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit a40539b

Please sign in to comment.