diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c864b97..50b80ef 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest if: github.ref != 'refs/heads/main' steps: - - uses: open-turo/actions-release/release-notes-preview@v2 + - uses: open-turo/actions-release/lint-release-notes@v5 with: github-token: ${{ secrets.GITHUB_TOKEN }} env: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d19fe4e..1568da0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - uses: open-turo/actions-release/semantic-release@v2 + - uses: open-turo/actions-release/semantic-release@v5 with: github-token: ${{ secrets.GITHUB_TOKEN }} extra-plugins: |