From e32e4f87874661a64bd01493bde3c36f53816f94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 08:55:32 +0000 Subject: [PATCH] fix(dependencies): Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [tyriis/docker-image-tag-exists](https://github.com/tyriis/docker-image-tag-exists). Updates `actions/setup-node` from 6.4.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e...820762786026740c76f36085b0efc47a31fe5020) Updates `tyriis/docker-image-tag-exists` from 3.0.0 to 2026.6.0 - [Release notes](https://github.com/tyriis/docker-image-tag-exists/releases) - [Commits](https://github.com/tyriis/docker-image-tag-exists/compare/2cb38c7c5868e9f50e870230718100ad912aac67...e73c8fdfab85076cdcf2ce4b443181fae2153675) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: tyriis/docker-image-tag-exists dependency-version: 2026.6.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/semantic-release.yml | 2 +- .github/workflows/semver-container.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 0938b53..8cb3f87 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -42,7 +42,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ inputs.node-version }} diff --git a/.github/workflows/semver-container.yml b/.github/workflows/semver-container.yml index f8be5f2..d37f3d0 100644 --- a/.github/workflows/semver-container.yml +++ b/.github/workflows/semver-container.yml @@ -69,7 +69,7 @@ jobs: # before attempting to retag it. Fails fast rather than producing a misleading error # from the tag-push step if the publish-container workflow hasn't run yet. - name: Check image exists for commit - uses: tyriis/docker-image-tag-exists@2cb38c7c5868e9f50e870230718100ad912aac67 # v3.0.0 + uses: tyriis/docker-image-tag-exists@e73c8fdfab85076cdcf2ce4b443181fae2153675 # v2026.6.0 with: registry: ${{ env.registry }} repository: ${{ env.REPO_OWNER_LOWER }}/${{ env.image-name }}