diff --git a/.github/workflows/readme-release.yml b/.github/workflows/readme-release.yml index 1a567d1..5d67b33 100644 --- a/.github/workflows/readme-release.yml +++ b/.github/workflows/readme-release.yml @@ -154,7 +154,7 @@ jobs: run: sed -i -E "s/^(IPE_VERSION=)master$/\1$VERSIONTAG_THIS/" install-php-extensions - name: Login to Docker Hub if: env.VERSIONTAG_THIS != '' - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: username: mlocati password: ${{ secrets.DOCKERHUB_TOKEN }}