Skip to content

Commit

Permalink
Update actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
mirakui committed Aug 31, 2024
1 parent 29405aa commit 36caa3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- ar_7.0
- ar_7.1
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Start DB
run: docker compose up -d mysql
- name: Set up Ruby
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- ar_7.0
- ar_7.1
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Start DB
run: docker compose up -d postgres
- name: Set up Ruby
Expand Down

0 comments on commit 36caa3c

Please sign in to comment.