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 2af8f54 commit 5bdcaf5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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:
- 27017:27017
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: wait for databases
run: |
while ! nc -z localhost 27017; do sleep 0.1; done
Expand All @@ -59,7 +59,7 @@ jobs:
- 27017:27017
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: wait for databases
run: |
while ! nc -z localhost 27017; do sleep 0.1; done
Expand All @@ -83,7 +83,7 @@ jobs:
- 27017:27017
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: wait for databases
run: |
while ! nc -z localhost 27017; do sleep 0.1; done
Expand Down

0 comments on commit 5bdcaf5

Please sign in to comment.