Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repos
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Build sdist
run: ./scripts/build/build_sdist.sh
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repos
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set up QEMU for multi-arch build
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:

steps:
- name: Checkout repos
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Cache libpq build
uses: actions/cache@v4
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
run: rm -rf c:/tools/php C:/Strawberry/c/bin

- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Start PostgreSQL service for test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
--health-retries 5

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

# Can enable to test an unreleased libpq version.
- name: install libpq 16
Expand Down
Loading