From c4ba6fee3deab5a09148045b383fc28fd65148bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 10:04:05 +0000 Subject: [PATCH] build(deps): bump eskatos/gradle-command-action from 1 to 2 Bumps [eskatos/gradle-command-action](https://github.com/eskatos/gradle-command-action) from 1 to 2. - [Release notes](https://github.com/eskatos/gradle-command-action/releases) - [Commits](https://github.com/eskatos/gradle-command-action/compare/v1...v2) --- 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/ci-kotlin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-kotlin.yml b/.github/workflows/ci-kotlin.yml index e77878a144..76a0e02c8b 100644 --- a/.github/workflows/ci-kotlin.yml +++ b/.github/workflows/ci-kotlin.yml @@ -35,7 +35,7 @@ jobs: with: distribution: 'adopt' java-version: '11' - - uses: eskatos/gradle-command-action@v1 + - uses: eskatos/gradle-command-action@v2 env: PG_USER: postgres PG_HOST: localhost