Skip to content

Commit 644e71b

Browse files
authored
Switch to grails/github-actions
1 parent 527db06 commit 644e71b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-notes.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
# Otherwise:
3131
- name: Export Gradle Properties
3232
if: steps.check_release_drafter.outputs.has_release_drafter == 'false'
33-
uses: micronaut-projects/github-actions/export-gradle-properties@master
34-
- uses: micronaut-projects/github-actions/release-notes@master
33+
uses: grails/github-actions/export-gradle-properties@main
34+
- uses: grails/github-actions/release-notes@main
3535
if: steps.check_release_drafter.outputs.has_release_drafter == 'false'
3636
id: release_notes
3737
with:

0 commit comments

Comments
 (0)