diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0899e78..46dc980 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,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@v4 + - uses: FerrLabs/FerrFlow@v5 with: bot: true dry_run: ${{ inputs.dry_run }} diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 0f0b759..4425e4d 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -12,7 +12,7 @@ jobs: name: Conventional commits runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v5 + - uses: amannn/action-semantic-pull-request@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: