File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
8080 - " 16"
8181 - " 17"
8282 steps :
83- - uses : actions/checkout@v4
83+ - uses : actions/checkout@v5
8484
8585 - name : Run setup-postgres
8686 uses : ./
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
You can’t perform that action at this time.
0 commit comments