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 @@ -66,7 +66,7 @@ key features:
66
66
67
67
``` yaml
68
68
steps :
69
- - uses : ikalnytskyi/action-setup-postgres@v6
69
+ - uses : ikalnytskyi/action-setup-postgres@v7
70
70
71
71
- run : psql postgresql://postgres:postgres@localhost:5432/postgres -c "SELECT 1"
72
72
- run : psql service=postgres -c "SELECT 1"
79
79
80
80
` ` ` yaml
81
81
steps :
82
- - uses : ikalnytskyi/action-setup-postgres@v6
82
+ - uses : ikalnytskyi/action-setup-postgres@v7
83
83
id : postgres
84
84
85
85
- run : psql ${{ steps.postgres.outputs.connection-uri }} -c "SELECT 1"
93
93
94
94
` ` ` yaml
95
95
steps :
96
- - uses : ikalnytskyi/action-setup-postgres@v6
96
+ - uses : ikalnytskyi/action-setup-postgres@v7
97
97
with :
98
98
username : ci
99
99
password : sw0rdfish
@@ -116,7 +116,7 @@ steps:
116
116
117
117
` ` ` yaml
118
118
steps :
119
- - uses : ikalnytskyi/action-setup-postgres@v6
119
+ - uses : ikalnytskyi/action-setup-postgres@v7
120
120
id : postgres
121
121
122
122
- env :
You can’t perform that action at this time.
0 commit comments