From 50caa3e5115f592207b15cb982ac5ad00f111a57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 23:47:01 +0000 Subject: [PATCH] build(deps): Bump eskatos/gradle-command-action from 2 to 3 Bumps [eskatos/gradle-command-action](https://github.com/eskatos/gradle-command-action) from 2 to 3. - [Release notes](https://github.com/eskatos/gradle-command-action/releases) - [Commits](https://github.com/eskatos/gradle-command-action/compare/v2...v3) --- updated-dependencies: - dependency-name: eskatos/gradle-command-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/db.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/db.yml b/.github/workflows/db.yml index 84c3040..47f4ad8 100644 --- a/.github/workflows/db.yml +++ b/.github/workflows/db.yml @@ -35,7 +35,7 @@ jobs: with: distribution: 'adopt' java-version: '11' - - uses: eskatos/gradle-command-action@v2 + - uses: eskatos/gradle-command-action@v3 env: PG_USER: postgres PG_HOST: localhost