From 78f2b7edd3b215e4243a45b0d54bc284d3a31796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:35:46 +1100 Subject: [PATCH] chore(deps): bump docker/login-action from 1.12.0 to 1.14.1 (#220) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26325a6..dc6e65b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: id: go - name: Login to DockerHub - uses: docker/login-action@v1.12.0 + uses: docker/login-action@v1.14.1 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASS }}