From c3e8f36b5e87c189584a7a5328f848266a741142 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Sat, 25 Jan 2025 21:27:02 +0000 Subject: [PATCH] Update to release-notes-bot-action 0.3.9 --- .github/workflows/release-notes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 19ba160..2635b3d 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -16,7 +16,7 @@ jobs: name: Update release notes steps: - name: Update - uses: docker://ghcr.io/ponylang/release-notes-bot-action:0.3.8 + uses: docker://ghcr.io/ponylang/release-notes-bot-action:0.3.9 with: git_user_name: "Ponylang Main Bot" git_user_email: "ponylang.main@gmail.com"