We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5ef182 + fd3f3c9 commit d5ef31aCopy full SHA for d5ef31a
1 file changed
.github/workflows/ci.yml
@@ -30,14 +30,14 @@ jobs:
30
- windows-2022
31
- windows-2025
32
steps:
33
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
34
35
- name: Run setup-postgres
36
uses: ./
37
id: postgres
38
39
- name: Run setup-python
40
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
41
with:
42
python-version: "3.13"
43
# PostgreSQL has no native ARM64 build for Windows, so the x64
@@ -80,7 +80,7 @@ jobs:
80
- "16"
81
- "17"
82
83
84
85
86
@@ -94,7 +94,7 @@ jobs:
94
95
96
97
98
99
100
0 commit comments