From 1c2c2e2b5f92d3273fe503e7fcbe870a16b75b1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:24:35 +0000 Subject: [PATCH] chore(deps): update shrink/actions-docker-registry-tag action to v4 --- .github/workflows/merge.yml | 2 +- .github/workflows/pr-close.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 6e3516aa2..af6d02858 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -69,7 +69,7 @@ jobs: package: [migrations, backend, frontend] timeout-minutes: 1 steps: - - uses: shrink/actions-docker-registry-tag@v3 + - uses: shrink/actions-docker-registry-tag@v4 with: registry: ghcr.io repository: ${{ github.repository }}/${{ matrix.package }} diff --git a/.github/workflows/pr-close.yml b/.github/workflows/pr-close.yml index 67c8a45a2..02b701bf1 100644 --- a/.github/workflows/pr-close.yml +++ b/.github/workflows/pr-close.yml @@ -43,7 +43,7 @@ jobs: package: [migrations, backend, frontend] timeout-minutes: 1 steps: - - uses: shrink/actions-docker-registry-tag@v3 + - uses: shrink/actions-docker-registry-tag@v4 with: registry: ghcr.io repository: ${{ github.repository }}/${{ matrix.package }}