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 }}