From aee700c80ac0a19e68aca76ba6e24c35a65950d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:25:02 +0000 Subject: [PATCH] build(deps): bump eskatos/gradle-command-action from 1 to 1.3.3 Bumps [eskatos/gradle-command-action](https://github.com/eskatos/gradle-command-action) from 1 to 1.3.3. - [Release notes](https://github.com/eskatos/gradle-command-action/releases) - [Commits](https://github.com/eskatos/gradle-command-action/compare/v1...v1.3.3) 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 f8a0c59821..737a7a7f4a 100644 --- a/.github/workflows/ci-kotlin.yml +++ b/.github/workflows/ci-kotlin.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/setup-java@v1 with: java-version: 11 - - uses: eskatos/gradle-command-action@v1 + - uses: eskatos/gradle-command-action@v1.3.3 env: PG_USER: postgres PG_HOST: localhost