diff --git a/.github/workflows/go-test-linux-tls-mutual.yaml b/.github/workflows/go-test-linux-tls-mutual.yaml index b118217..4266383 100644 --- a/.github/workflows/go-test-linux-tls-mutual.yaml +++ b/.github/workflows/go-test-linux-tls-mutual.yaml @@ -34,7 +34,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 }} diff --git a/.github/workflows/go-test-linux-tls-not-used.yaml b/.github/workflows/go-test-linux-tls-not-used.yaml index 14b282b..f1cc6da 100644 --- a/.github/workflows/go-test-linux-tls-not-used.yaml +++ b/.github/workflows/go-test-linux-tls-not-used.yaml @@ -34,7 +34,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 }} diff --git a/.github/workflows/go-test-linux-tls-server-side.yaml b/.github/workflows/go-test-linux-tls-server-side.yaml index 21e3ba4..0e4064c 100644 --- a/.github/workflows/go-test-linux-tls-server-side.yaml +++ b/.github/workflows/go-test-linux-tls-server-side.yaml @@ -34,7 +34,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 }}