diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5269f2a..4bd4729 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,7 +124,7 @@ jobs: - name: Login to Docker Hub if: '!github.event.pull_request || github.event.pull_request.head.repo.full_name == github.repository' - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}