Skip to content

Commit 13918a8

Browse files
committed
Update ponylang bot actions to latest
1 parent f39f938 commit 13918a8

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.7
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,7 +15,7 @@ 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 }}
2121

.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.12
2525
with:
2626
GIT_USER_NAME: "Ponylang Main Bot"
2727
GIT_USER_EMAIL: "ponylang.main@gmail.com"

0 commit comments

Comments
 (0)