grails / grails-data-mapping

GORM - Groovy Object Mapping
http://gorm.grails.org/
218 stars 198 forks source link

Update Github action workflows #1852

Closed tylervz closed 1 week ago

tylervz commented 1 week ago

Update the GitHub actions workflows to use the latest version of multiple actions, including actions/checkout, actions/setup-java, actions/cache, and release-drafter/release-drafter:

https://github.com/actions/checkout/tags https://github.com/actions/setup-java/tags https://github.com/actions/cache?tab=readme-ov-file#v4 https://github.com/release-drafter/release-drafter/tags

tylervz commented 1 week ago

@matrei I updated all the gradle/actions/setup-gradle to v4 and declared them with

- name: Setup Gradle
        uses: gradle/actions/setup-gradle@v4
        with:
          develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}

And then I removed the DEVELOCITY_ACCESS_KEY environment variable declarations.

matrei commented 1 week ago

@tylervz Thanks!, looking good :star: