Skip to content

Commit

Permalink
ci: update action (#330)
Browse files Browse the repository at this point in the history
* fix: spelling error

* ci: update checkout
  • Loading branch information
schmelto authored Aug 8, 2024
1 parent 6536ecf commit 241a0a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 241a0a5

Please sign in to comment.