From 98750dcf715d4d4ad6cd5f58d10b772c4a802a0b Mon Sep 17 00:00:00 2001 From: "ferrlabs-renovate[bot]" <282300760+ferrlabs-renovate[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 15:22:21 +0000 Subject: [PATCH] chore(deps): update ferrlabs/ferrflow action to v7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10ddef2..1b4fa90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: - name: Record previous tag id: prev-tag run: echo "tag=$(git describe --tags --abbrev=0 2>/dev/null || echo '')" >> "$GITHUB_OUTPUT" - - uses: FerrLabs/FerrFlow@8825c0a43bfd1632692194dcaacdb19fc5b2ed0c # v5 + - uses: FerrLabs/FerrFlow@a03d30b10abc968fc366cd3eb6495b49fbb481b9 # v7 with: bot: true dry_run: ${{ inputs.dry_run }}