Skip to content

Commit 0e52347

Browse files
committed
.github: Upgrade checkout action version
1 parent cca89fa commit 0e52347

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/regression.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ jobs:
1313
strategy:
1414
matrix:
1515
pgversion:
16-
- 9.5
17-
- 9.6
18-
- 10
19-
- 11
20-
- 12
21-
- 13
22-
- 14
23-
- 15
2416
- 16
17+
- 15
18+
- 14
19+
- 13
20+
- 12
21+
- 11
22+
- 10
23+
- 9.6
24+
- 9.5
2525

2626
env:
2727
PGVERSION: ${{ matrix.pgversion }}
2828

2929
steps:
3030
- name: checkout
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v3
3232

3333
- name: install pg
3434
run: |

0 commit comments

Comments
 (0)