diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccd95c8..c54c137 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@544f1ae52c452b2b6a551e5da45fe5857ca6e9e4 # v7 with: bot: true dry_run: ${{ inputs.dry_run }}