diff --git a/.github/workflows/pr-close.yml b/.github/workflows/pr-close.yml index 23c38e60..42162766 100644 --- a/.github/workflows/pr-close.yml +++ b/.github/workflows/pr-close.yml @@ -30,7 +30,7 @@ jobs: if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' runs-on: ubuntu-22.04 steps: - - uses: shrink/actions-docker-registry-tag@v3 + - uses: shrink/actions-docker-registry-tag@v4 with: registry: ghcr.io repository: ${{ github.repository }}/backend