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 @@ -67,7 +67,7 @@ key features:
6767
6868``` yaml
6969steps :
70- - uses : ikalnytskyi/action-setup-postgres@v7
70+ - uses : ikalnytskyi/action-setup-postgres@v8
7171
7272 - run : psql postgresql://postgres:postgres@localhost:5432/postgres -c "SELECT 1"
7373 - run : psql service=postgres -c "SELECT 1"
8080
8181` ` ` yaml
8282steps :
83- - uses : ikalnytskyi/action-setup-postgres@v7
83+ - uses : ikalnytskyi/action-setup-postgres@v8
8484 id : postgres
8585
8686 - run : psql ${{ steps.postgres.outputs.connection-uri }} -c "SELECT 1"
9494
9595` ` ` yaml
9696steps :
97- - uses : ikalnytskyi/action-setup-postgres@v7
97+ - uses : ikalnytskyi/action-setup-postgres@v8
9898 with :
9999 username : ci
100100 password : sw0rdfish
@@ -117,7 +117,7 @@ steps:
117117
118118` ` ` yaml
119119steps :
120- - uses : ikalnytskyi/action-setup-postgres@v7
120+ - uses : ikalnytskyi/action-setup-postgres@v8
121121 id : postgres
122122
123123 - env :
You can’t perform that action at this time.
0 commit comments