From ce743b0ecf1cf64e44e9d34251a562259571630e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 8 Jun 2024 13:20:32 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3 --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index e958ad3..641ba04 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -115,7 +115,7 @@ jobs: - name: Login to DockerHub if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'realaravinth/dumbserve' - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: username: realaravinth password: ${{ secrets.DOCKERHUB_TOKEN }}