Skip to content

Commit

Permalink
actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Jan 26, 2024
1 parent c577e83 commit 204361b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: docker build / start
run: docker-compose -f docker-compose.ci.yml up -d
- name: wait for nginx
Expand All @@ -35,7 +35,7 @@ jobs:
- 5432:5432
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: wait for databases
run: |
while ! nc -z localhost 5432; do sleep 0.1; done
Expand Down

0 comments on commit 204361b

Please sign in to comment.