From e4a872e3a9409108fba33b8ae91198ecd9a4c33f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 20:23:31 +0000 Subject: [PATCH 1/2] Bump EndBug/latest-tag Bumps [EndBug/latest-tag](https://github.com/endbug/latest-tag) from cce4de6d46f34a17b99785d5574a351f4289fd59 to fabb56bc8d15d5937c76719060da2226f5c3ffa8. - [Release notes](https://github.com/endbug/latest-tag/releases) - [Commits](https://github.com/endbug/latest-tag/compare/cce4de6d46f34a17b99785d5574a351f4289fd59...fabb56bc8d15d5937c76719060da2226f5c3ffa8) --- updated-dependencies: - dependency-name: EndBug/latest-tag dependency-version: fabb56bc8d15d5937c76719060da2226f5c3ffa8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da7b210f..81cdebe1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: - name: Update latest tag if: ${{ steps.release_info.outputs.tag == 'latest' }} - uses: EndBug/latest-tag@cce4de6d46f34a17b99785d5574a351f4289fd59 # v1.6.2 + uses: EndBug/latest-tag@fabb56bc8d15d5937c76719060da2226f5c3ffa8 # v1.6.2 with: ref: latest description: Last state in main From 4218a7ac52d9432fb581998f5b6167a0b288cd88 Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 6 Mar 2026 21:29:35 +0100 Subject: [PATCH 2/2] Remove outdated tag --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81cdebe1..30a7238d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: - name: Update latest tag if: ${{ steps.release_info.outputs.tag == 'latest' }} - uses: EndBug/latest-tag@fabb56bc8d15d5937c76719060da2226f5c3ffa8 # v1.6.2 + uses: EndBug/latest-tag@fabb56bc8d15d5937c76719060da2226f5c3ffa8 with: ref: latest description: Last state in main