Skip to content

Commit 78f1833

Browse files
authored
Switch to grails/github-actions
1 parent 6eabe09 commit 78f1833

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
@@ -29,8 +29,8 @@ jobs:
2929
# Otherwise:
3030
- name: Export Gradle Properties
3131
if: steps.check_release_drafter.outputs.has_release_drafter == 'false'
32-
uses: micronaut-projects/github-actions/export-gradle-properties@master
33-
- uses: micronaut-projects/github-actions/release-notes@master
32+
uses: grails/github-actions/export-gradle-properties@main
33+
- uses: grails/github-actions/release-notes@main
3434
if: steps.check_release_drafter.outputs.has_release_drafter == 'false'
3535
id: release_notes
3636
with:

0 commit comments

Comments
 (0)