Skip to content

Commit

Permalink
Merge pull request #103 from xuanxu/patch-1
Browse files Browse the repository at this point in the history
Update checkout action
  • Loading branch information
djmb authored Oct 31, 2023
2 parents 9be6755 + 60f8564 commit fa9ef9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
TARGET_DB: ${{ matrix.database }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit fa9ef9c

Please # to comment.