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:
6666
6767``` yaml
6868steps :
69- - uses : ikalnytskyi/action-setup-postgres@v6
69+ - uses : ikalnytskyi/action-setup-postgres@v7
7070
7171 - run : psql postgresql://postgres:postgres@localhost:5432/postgres -c "SELECT 1"
7272 - run : psql service=postgres -c "SELECT 1"
7979
8080` ` ` yaml
8181steps :
82- - uses : ikalnytskyi/action-setup-postgres@v6
82+ - uses : ikalnytskyi/action-setup-postgres@v7
8383 id : postgres
8484
8585 - run : psql ${{ steps.postgres.outputs.connection-uri }} -c "SELECT 1"
9393
9494` ` ` yaml
9595steps :
96- - uses : ikalnytskyi/action-setup-postgres@v6
96+ - uses : ikalnytskyi/action-setup-postgres@v7
9797 with :
9898 username : ci
9999 password : sw0rdfish
@@ -116,7 +116,7 @@ steps:
116116
117117` ` ` yaml
118118steps :
119- - uses : ikalnytskyi/action-setup-postgres@v6
119+ - uses : ikalnytskyi/action-setup-postgres@v7
120120 id : postgres
121121
122122 - env :
You can’t perform that action at this time.
0 commit comments