Skip to content

Commit

Permalink
Merge pull request #820 from y-yagi/bump-actions
Browse files Browse the repository at this point in the history
Bump `Checkout` action to V4
  • Loading branch information
jkowens committed Nov 2, 2023
2 parents 08a76fb + ec6e29e commit 10dd9e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
AR_VERSION: ${{ matrix.env.AR_VERSION }}
DB_DATABASE: activerecord_import_test
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
env:
AR_VERSION: '7.0'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
Expand Down

0 comments on commit 10dd9e3

Please sign in to comment.