Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 373677c

Browse files
authored
Switch to grails/github-actions
1 parent 2262633 commit 373677c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-notes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
# Otherwise:
2828
- name: Export Gradle Properties
2929
if: steps.check_release_drafter.outputs.has_release_drafter == 'false'
30-
uses: micronaut-projects/github-actions/export-gradle-properties@master
31-
- uses: micronaut-projects/github-actions/release-notes@master
30+
uses: grails/github-actions/export-gradle-properties@main
31+
- uses: grails/github-actions/release-notes@main
3232
if: steps.check_release_drafter.outputs.has_release_drafter == 'false'
3333
id: release_notes
3434
with:

0 commit comments

Comments
 (0)