From 7c4f7f78be6606b50462739f04b05055d138e815 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Wed, 30 Aug 2023 16:54:48 +0000 Subject: [PATCH] Update to release-notes-bot-action 0.3.7 --- .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 3e83160..d651f55 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://ponylang/release-notes-bot-action:0.3.6 + uses: docker://ghcr.io/ponylang/release-notes-bot-action:0.3.7 with: git_user_name: "Ponylang Main Bot" git_user_email: "ponylang.main@gmail.com"