From 6c403c95003fc4e64773fce3ddf4f643fd0b2967 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <125231822+ethpandaops-renovatebot[bot]@users.noreply.github.enterprise.com> Date: Tue, 18 Jun 2024 01:24:05 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3 --- .github/workflows/goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index 03fccadb..a1dd9c18 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -61,7 +61,7 @@ jobs: with: endpoint: builders - name: Login to DockerHub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}