Skip to content

Commit

Permalink
Update to actions/checkout@v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Apr 2, 2024
1 parent 7880af5 commit 05e40a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pgtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- 5432:5432

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: install pg_prove
run: sudo cpan TAP::Parser::SourceHandler::pgTAP
Expand All @@ -32,7 +32,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends postgresql-server-dev-14

- name: Checkout pgtap
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: theory/pgtap
path: pgtap
Expand Down

0 comments on commit 05e40a7

Please sign in to comment.