Skip to content

Commit ff6b4f1

Browse files
authored
Update bot actions (#104)
Update changelog-bot-action to 0.3.12 and release-notes-bot-action to 0.3.15
1 parent 78a3b21 commit ff6b4f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.11
23+
uses: docker://ghcr.io/ponylang/changelog-bot-action:0.3.12
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.14
24+
uses: docker://ghcr.io/ponylang/release-notes-bot-action:0.3.15
2525
with:
2626
GIT_USER_NAME: "Ponylang Main Bot"
2727
GIT_USER_EMAIL: "ponylang.main@gmail.com"

0 commit comments

Comments
 (0)