From d5d9cdb82e19ad43a46e21d2b3899d4a5e499ce1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 00:29:48 +0000 Subject: [PATCH] chore(deps): update tj-actions/install-postgresql action to v3 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bd2f201..cf5d173 100644 --- a/action.yml +++ b/action.yml @@ -20,7 +20,7 @@ runs: using: 'composite' steps: - name: Setup PostgreSQL - uses: tj-actions/install-postgresql@v2 + uses: tj-actions/install-postgresql@v3 if: inputs.postgresql_version != '' with: postgresql-version: ${{ inputs.postgresql_version }}