diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e21fad6..be69251 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: - name: Login to Docker Hub if: github.ref == 'refs/heads/master' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASS }} @@ -94,7 +94,7 @@ jobs: - name: Login to Docker Hub if: github.ref == 'refs/heads/master' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASS }} @@ -1498,7 +1498,7 @@ jobs: - name: Login to Docker Hub if: github.ref == 'refs/heads/master' && matrix.arch_name.multiarch != 'yes' && env.HOST_ARCH == 'amd64' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASS }} @@ -1542,7 +1542,7 @@ jobs: - name: Login to Docker Hub if: github.ref == 'refs/heads/master' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASS }}