Skip to content
This repository was archived by the owner on Jun 30, 2026. It is now read-only.

Commit 705a588

Browse files
authored
Update ponylang bot actions to latest (#20)
1 parent 6ec4700 commit 705a588

3 files changed

Lines changed: 3 additions & 3 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.8
23+
uses: docker://ghcr.io/ponylang/changelog-bot-action:0.3.9
2424
with:
2525
GIT_USER_NAME: "Ponylang Main Bot"
2626
GIT_USER_EMAIL: "ponylang.main@gmail.com"

.github/workflows/release-notes-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
name: Prompt to add release notes
1616
steps:
1717
- name: Prompt to add release notes
18-
uses: docker://ghcr.io/ponylang/release-notes-reminder-bot-action:0.1.1
18+
uses: docker://ghcr.io/ponylang/release-notes-reminder-bot-action:0.1.2
1919
env:
2020
API_CREDENTIALS: ${{ secrets.PONYLANG_MAIN_API_TOKEN }}

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

0 commit comments

Comments
 (0)