From 2dac749d44c2e0b40e8d2db204dff36cd2232e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 04:32:43 +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 1.4.0 to 2.0.0. - [Release notes](https://github.com/wyrihaximus/github-action-get-previous-tag/releases) - [Commits](https://github.com/wyrihaximus/github-action-get-previous-tag/compare/04e8485ecb6487243907e330d522ff60f02283ce...61819f33034117e6c686e6a31dba995a85afc9de) --- updated-dependencies: - dependency-name: WyriHaximus/github-action-get-previous-tag dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 e57df6ad8..d463937d9 100644 --- a/.github/workflows/baseline.yml +++ b/.github/workflows/baseline.yml @@ -114,7 +114,7 @@ jobs: - name: "Get Flow Version" id: flow_version - uses: WyriHaximus/github-action-get-previous-tag@04e8485ecb6487243907e330d522ff60f02283ce # v1 + uses: WyriHaximus/github-action-get-previous-tag@61819f33034117e6c686e6a31dba995a85afc9de # v2.0.0 with: fallback: 1.x-dev diff --git a/.github/workflows/test-website.yml b/.github/workflows/test-website.yml index fc356ef51..95a3535e1 100644 --- a/.github/workflows/test-website.yml +++ b/.github/workflows/test-website.yml @@ -34,7 +34,7 @@ jobs: - name: "Get Flow Version" id: flow_version - uses: WyriHaximus/github-action-get-previous-tag@04e8485ecb6487243907e330d522ff60f02283ce # v1 + uses: WyriHaximus/github-action-get-previous-tag@61819f33034117e6c686e6a31dba995a85afc9de # v2.0.0 with: fallback: 1.x-dev