Skip to content

Commit cf72478

Browse files
committed
Update release-bot-action to 0.6.4
1 parent b9e5c7d commit cf72478

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ jobs:
2222
ref: "main"
2323
token: ${{ secrets.RELEASE_TOKEN }}
2424
- name: Release notes
25-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
25+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
2626
with:
2727
entrypoint: publish-release-notes-to-github
2828
env:
2929
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
3030
- name: Zulip
31-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
31+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
3232
with:
3333
entrypoint: send-announcement-to-pony-zulip
3434
env:
3535
ZULIP_API_KEY: ${{ secrets.ZULIP_RELEASE_API_KEY }}
3636
ZULIP_EMAIL: ${{ secrets.ZULIP_RELEASE_EMAIL }}
3737
- name: Last Week in Pony
38-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
38+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
3939
with:
4040
entrypoint: add-announcement-to-last-week-in-pony
4141
env:
@@ -53,14 +53,14 @@ jobs:
5353
ref: "main"
5454
token: ${{ secrets.RELEASE_TOKEN }}
5555
- name: Rotate release notes
56-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
56+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
5757
with:
5858
entrypoint: rotate-release-notes
5959
env:
6060
GIT_USER_NAME: "Ponylang Main Bot"
6161
GIT_USER_EMAIL: "ponylang.main@gmail.com"
6262
- name: Delete announcement trigger tag
63-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
63+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
6464
with:
6565
entrypoint: delete-announcement-tag
6666
env:

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,28 @@ jobs:
2626
ref: "main"
2727
token: ${{ secrets.RELEASE_TOKEN }}
2828
- name: Update CHANGELOG.md
29-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
29+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
3030
with:
3131
entrypoint: update-changelog-for-release
3232
env:
3333
GIT_USER_NAME: "Ponylang Main Bot"
3434
GIT_USER_EMAIL: "ponylang.main@gmail.com"
3535
- name: Update VERSION
36-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
36+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
3737
with:
3838
entrypoint: update-version-in-VERSION
3939
env:
4040
GIT_USER_NAME: "Ponylang Main Bot"
4141
GIT_USER_EMAIL: "ponylang.main@gmail.com"
4242
- name: Update version in README
43-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
43+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
4444
with:
4545
entrypoint: update-version-in-README
4646
env:
4747
GIT_USER_NAME: "Ponylang Main Bot"
4848
GIT_USER_EMAIL: "ponylang.main@gmail.com"
4949
- name: Update corral.json
50-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
50+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
5151
with:
5252
entrypoint: update-version-in-corral-json
5353
env:
@@ -69,7 +69,7 @@ jobs:
6969
ref: "main"
7070
token: ${{ secrets.RELEASE_TOKEN }}
7171
- name: Trigger artefact creation
72-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
72+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
7373
with:
7474
entrypoint: trigger-artefact-creation
7575
env:
@@ -94,7 +94,7 @@ jobs:
9494
ref: "main"
9595
token: ${{ secrets.RELEASE_TOKEN }}
9696
- name: Add "unreleased" section to CHANGELOG.md
97-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
97+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
9898
with:
9999
entrypoint: add-unreleased-section-to-changelog
100100
env:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: "main"
2828
token: ${{ secrets.RELEASE_TOKEN }}
2929
- name: Validate CHANGELOG
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: pre-artefact-changelog-check
3333

@@ -74,7 +74,7 @@ jobs:
7474
ref: "main"
7575
token: ${{ secrets.RELEASE_TOKEN }}
7676
- name: Trigger
77-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
77+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
7878
with:
7979
entrypoint: trigger-release-announcement
8080
env:

0 commit comments

Comments
 (0)