Skip to content

Commit fd3f3c9

Browse files
committed
Bump action versions used in CI
This patch bumps the following actions used in CI to the following versions: * `actions/checkout@v4` -> `@v5` * `actions/setup-python@v6` -> `@v6`
1 parent c5ef182 commit fd3f3c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
- windows-2022
3131
- windows-2025
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434

3535
- name: Run setup-postgres
3636
uses: ./
3737
id: postgres
3838

3939
- name: Run setup-python
40-
uses: actions/setup-python@v5
40+
uses: actions/setup-python@v6
4141
with:
4242
python-version: "3.13"
4343
# PostgreSQL has no native ARM64 build for Windows, so the x64
@@ -80,7 +80,7 @@ jobs:
8080
- "16"
8181
- "17"
8282
steps:
83-
- uses: actions/checkout@v4
83+
- uses: actions/checkout@v5
8484

8585
- name: Run setup-postgres
8686
uses: ./
@@ -94,7 +94,7 @@ jobs:
9494
id: postgres
9595

9696
- name: Run setup-python
97-
uses: actions/setup-python@v5
97+
uses: actions/setup-python@v6
9898
with:
9999
python-version: "3.13"
100100
# PostgreSQL has no native ARM64 build for Windows, so the x64

0 commit comments

Comments
 (0)