Skip to content

Commit 11ee5e0

Browse files
authored
Update generate-changelog.yml
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
1 parent d54813a commit 11ee5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
changelog:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- name: Generate Changelog
1212
run: |
1313
gem install github_changelog_generator

0 commit comments

Comments
 (0)