Skip to content

Commit

Permalink
Update to latest actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Jan 18, 2024
1 parent 339d62d commit 6e15c79
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
JRUBY_OPTS: "-J-Xms64M -J-Xmx1024M"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
PGUSER: postgres

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
JRUBY_OPTS: "-J-Xms64M -J-Xmx1024M"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
PREPARED_STATEMENTS: ${{ matrix.prepared_statements }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
PGUSER: postgres

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
JRUBY_OPTS: "-J-Xms64M -J-Xmx1024M"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 6e15c79

Please sign in to comment.