From aec053e79fe31049138ebd1a2cbe3c546e55d064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 04:32:39 +0000 Subject: [PATCH] build(deps): bump WyriHaximus/github-action-get-previous-tag Bumps [WyriHaximus/github-action-get-previous-tag](https://github.com/wyrihaximus/github-action-get-previous-tag) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/wyrihaximus/github-action-get-previous-tag/releases) - [Commits](https://github.com/wyrihaximus/github-action-get-previous-tag/compare/61819f33034117e6c686e6a31dba995a85afc9de...83f26fea93bc7efcbca2eb5591f5eaaf66b8f206) --- updated-dependencies: - dependency-name: WyriHaximus/github-action-get-previous-tag dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/baseline.yml | 2 +- .github/workflows/test-website.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/baseline.yml b/.github/workflows/baseline.yml index 71f8d375c..c165593a2 100644 --- a/.github/workflows/baseline.yml +++ b/.github/workflows/baseline.yml @@ -104,7 +104,7 @@ jobs: - name: "Get Flow Version" id: flow_version - uses: WyriHaximus/github-action-get-previous-tag@61819f33034117e6c686e6a31dba995a85afc9de # v2.0.0 + uses: WyriHaximus/github-action-get-previous-tag@83f26fea93bc7efcbca2eb5591f5eaaf66b8f206 # v2.1.0 with: fallback: 1.x-dev diff --git a/.github/workflows/test-website.yml b/.github/workflows/test-website.yml index 2059132aa..ab4055a26 100644 --- a/.github/workflows/test-website.yml +++ b/.github/workflows/test-website.yml @@ -70,7 +70,7 @@ jobs: - name: "Get Flow Version" id: flow_version - uses: WyriHaximus/github-action-get-previous-tag@61819f33034117e6c686e6a31dba995a85afc9de # v2.0.0 + uses: WyriHaximus/github-action-get-previous-tag@83f26fea93bc7efcbca2eb5591f5eaaf66b8f206 # v2.1.0 with: fallback: 1.x-dev