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 }}