From 815fc155888022280482b5c88b58d99e79953954 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 5 Dec 2024 19:02:08 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2a51ab5c..553680b6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: - name: Log in to Docker Hub if: startsWith(github.ref, 'refs/tags/') - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}