We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b015c commit fae0730Copy full SHA for fae0730
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
steps:
17
- name: Set up postgres
18
- uses: ableco/action-postgres-setup@v1
+ uses: ableco/action-postgres-setup@main
19
with:
20
postgres-version: 11
21
- name: Initialize pgbench
0 commit comments