diff --git a/.github/workflows/pytest-linux.yaml b/.github/workflows/pytest-linux.yaml index dc5e3978..624b4b40 100644 --- a/.github/workflows/pytest-linux.yaml +++ b/.github/workflows/pytest-linux.yaml @@ -49,7 +49,7 @@ jobs: persist-credentials: false - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}