diff --git a/.github/workflows/build_solidity.yml b/.github/workflows/build_solidity.yml index 7d82fed..40f89a4 100644 --- a/.github/workflows/build_solidity.yml +++ b/.github/workflows/build_solidity.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 - name: Log in to Docker Hub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USER }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/build_vyper.yml b/.github/workflows/build_vyper.yml index 5ce140e..228e930 100644 --- a/.github/workflows/build_vyper.yml +++ b/.github/workflows/build_vyper.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v4 - name: Log in to Docker Hub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USER }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/publishing_llvm_runner.yml b/.github/workflows/publishing_llvm_runner.yml index 08d8264..65e0cf8 100644 --- a/.github/workflows/publishing_llvm_runner.yml +++ b/.github/workflows/publishing_llvm_runner.yml @@ -28,7 +28,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Log in to Docker Hub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USER }} password: ${{ secrets.DOCKERHUB_TOKEN }}