diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 1b155ce..f5e549a 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -65,7 +65,7 @@ jobs: # https://github.com/marketplace/actions/docker-login - name: Login to GitHub Packages - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -146,7 +146,7 @@ jobs: # https://github.com/marketplace/actions/docker-login - name: Login to GitHub Packages - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 48f10c7..91e0175 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -55,7 +55,7 @@ jobs: # https://github.com/marketplace/actions/docker-login - name: Login to GitHub Packages - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}