From 9c3a37d55899d5818304a84640fe631878da660a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 17:36:42 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3.1.0 --- .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 2ac33df..77c911c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: with: go-version-file: go.mod - name: Login to DockerHub - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: username: utkuozdemir password: ${{ secrets.DOCKERHUB_TOKEN }}