File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - postgres : 13
2424 os : ubuntu-22.04
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 - uses : ankane/setup-postgres@v1
2828 with :
2929 postgres-version : ${{ matrix.postgres }}
5353 - postgres : 14
5454 os : macos-15-intel
5555 steps :
56- - uses : actions/checkout@v5
56+ - uses : actions/checkout@v6
5757 - uses : ankane/setup-postgres@v1
5858 with :
5959 postgres-version : ${{ matrix.postgres }}
9292 - postgres : 14
9393 os : windows-2022
9494 steps :
95- - uses : actions/checkout@v5
95+ - uses : actions/checkout@v6
9696 - uses : ankane/setup-postgres@v1
9797 with :
9898 postgres-version : ${{ matrix.postgres }}
@@ -133,7 +133,7 @@ jobs:
133133 if : ${{ !startsWith(github.ref_name, 'mac') && !startsWith(github.ref_name, 'windows') }}
134134 runs-on : ubuntu-latest
135135 steps :
136- - uses : actions/checkout@v5
136+ - uses : actions/checkout@v6
137137 - uses : ankane/setup-postgres-valgrind@v1
138138 with :
139139 postgres-version : 18
You can’t perform that action at this time.
0 commit comments