Skip to content

Commit

Permalink
Update generate-changelog.yml
Browse files Browse the repository at this point in the history
The github action for generating the changelog is failing. advice from smokyboo is to bump the action to v4 which should give us the correct version
  • Loading branch information
sirkitree authored Nov 4, 2024
1 parent d54813a commit 11ee5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Generate Changelog
run: |
gem install github_changelog_generator
Expand Down

0 comments on commit 11ee5e0

Please sign in to comment.