Skip to content

Commit 13ff553

Browse files
authored
Update release-bot-action to 0.6.4 (#5102)
1 parent 17970de commit 13ff553

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/announce-a-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ jobs:
2121
ref: "main"
2222
token: ${{ secrets.RELEASE_TOKEN }}
2323
- name: Release notes
24-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
24+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
2525
with:
2626
entrypoint: publish-release-notes-to-github
2727
env:
2828
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
2929
- name: Zulip
30-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
30+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
3131
with:
3232
entrypoint: send-announcement-to-pony-zulip
3333
env:
3434
ZULIP_API_KEY: ${{ secrets.ZULIP_RELEASE_API_KEY }}
3535
ZULIP_EMAIL: ${{ secrets.ZULIP_RELEASE_EMAIL }}
3636
- name: Last Week in Pony
37-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
37+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
3838
with:
3939
entrypoint: add-announcement-to-last-week-in-pony
4040
env:
@@ -52,14 +52,14 @@ jobs:
5252
ref: "main"
5353
token: ${{ secrets.RELEASE_TOKEN }}
5454
- name: Rotate release notes
55-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
55+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
5656
with:
5757
entrypoint: rotate-release-notes
5858
env:
5959
GIT_USER_NAME: "Ponylang Main Bot"
6060
GIT_USER_EMAIL: "ponylang.main@gmail.com"
6161
- name: Delete announcement trigger tag
62-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
62+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
6363
with:
6464
entrypoint: delete-announcement-tag
6565
env:

.github/workflows/build-release-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
ref: "main"
229229
token: ${{ secrets.RELEASE_TOKEN }}
230230
- name: Trigger
231-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
231+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
232232
with:
233233
entrypoint: trigger-release-announcement
234234
env:

.github/workflows/prepare-for-a-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
ref: "main"
2626
token: ${{ secrets.RELEASE_TOKEN }}
2727
- name: Update CHANGELOG.md
28-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
28+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
2929
with:
3030
entrypoint: update-changelog-for-release
3131
env:
3232
GIT_USER_NAME: "Ponylang Main Bot"
3333
GIT_USER_EMAIL: "ponylang.main@gmail.com"
3434
- name: Update VERSION
35-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
35+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
3636
with:
3737
entrypoint: update-version-in-VERSION
3838
env:
@@ -54,7 +54,7 @@ jobs:
5454
ref: "main"
5555
token: ${{ secrets.RELEASE_TOKEN }}
5656
- name: Trigger artefact creation
57-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
57+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
5858
with:
5959
entrypoint: trigger-artefact-creation
6060
env:
@@ -79,7 +79,7 @@ jobs:
7979
ref: "main"
8080
token: ${{ secrets.RELEASE_TOKEN }}
8181
- name: Add "unreleased" section to CHANGELOG.md
82-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
82+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
8383
with:
8484
entrypoint: add-unreleased-section-to-changelog
8585
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
ref: "main"
2525
token: ${{ secrets.RELEASE_TOKEN }}
2626
- name: Validate CHANGELOG
27-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
27+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
2828
with:
2929
entrypoint: pre-artefact-changelog-check
3030

0 commit comments

Comments
 (0)