Skip to content

Commit e23b1e7

Browse files
authored
Update update-changelog.yml
1 parent abb1dc6 commit e23b1e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
with:
1414
ref: ${{ github.event.release.target_commitish }}
1515

@@ -20,7 +20,7 @@ jobs:
2020
release-notes: ${{ github.event.release.body }}
2121

2222
- name: Commit updated CHANGELOG
23-
uses: stefanzweifel/git-auto-commit-action@v4
23+
uses: stefanzweifel/git-auto-commit-action@v6
2424
with:
2525
branch: main
2626
commit_message: Update CHANGELOG

0 commit comments

Comments
 (0)