From 241a0a53d760bd7c923f38315482236428828d71 Mon Sep 17 00:00:00 2001 From: Tom Schmelzer <30869493+schmelto@users.noreply.github.com> Date: Thu, 8 Aug 2024 17:26:54 +0200 Subject: [PATCH] ci: update action (#330) * fix: spelling error * ci: update checkout --- .github/workflows/changelog.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index a19b1bf..c3466d4 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -9,11 +9,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Conventional Changelog Action id: changelog - uses: riPSs/conventional-changelog-action@v5 + uses: TriPSs/conventional-changelog-action@v5 with: github-token: ${{ secrets.github_token }} output-file: 'false'