Skip to content

Commit 4d36607

Browse files
authored
Pick up bug fixes in changelog-bot and release-notes-bot actions (#304)
1 parent c7014ff commit 4d36607

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/changelog-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Update CHANGELOG.md
2121
steps:
2222
- name: Update Changelog
23-
uses: docker://ghcr.io/ponylang/changelog-bot-action:0.3.7
23+
uses: docker://ghcr.io/ponylang/changelog-bot-action:0.3.8
2424
with:
2525
GIT_USER_NAME: "Ponylang Main Bot"
2626
GIT_USER_EMAIL: "ponylang.main@gmail.com"

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Update release notes
2222
steps:
2323
- name: Update
24-
uses: docker://ghcr.io/ponylang/release-notes-bot-action:0.3.10
24+
uses: docker://ghcr.io/ponylang/release-notes-bot-action:0.3.11
2525
with:
2626
GIT_USER_NAME: "Ponylang Main Bot"
2727
GIT_USER_EMAIL: "ponylang.main@gmail.com"

0 commit comments

Comments
 (0)