Skip to content

Commit

Permalink
Merge pull request #2 from Qlever-LLC/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
awlayton authored Sep 18, 2023
2 parents 535e55b + 7eff8c2 commit bd9b68d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: ./.github/actions/test
with:
api: "http://localhost:${{ job.services.oada.ports['80'] }}"
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: ./.github/actions/test
with:
api: "http://oada"
Expand Down

0 comments on commit bd9b68d

Please sign in to comment.