diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index ed59a01..3c08996 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -18,7 +18,7 @@ jobs: - name: log into Docker Hub if: ${{ github.ref_name == 'main' }} - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }}