From 69254cccb5f8edc8bb907163ff16f3179a47e6c3 Mon Sep 17 00:00:00 2001 From: James Daugherty Date: Sat, 21 Dec 2024 20:44:37 -0500 Subject: [PATCH] Switch to grails/github-actions --- .github/workflows/release-notes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 0d667a52..5bbf6bf0 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -29,8 +29,8 @@ jobs: # Otherwise: - name: Export Gradle Properties if: steps.check_release_drafter.outputs.has_release_drafter == 'false' - uses: micronaut-projects/github-actions/export-gradle-properties@master - - uses: micronaut-projects/github-actions/release-notes@master + uses: grails/github-actions/export-gradle-properties@grails + - uses: grails/github-actions/release-notes@grails if: steps.check_release_drafter.outputs.has_release_drafter == 'false' id: release_notes with: