Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GitHub actions #9

Merged
merged 1 commit into from Apr 15, 2024
Merged

Update GitHub actions #9

merged 1 commit into from Apr 15, 2024

Conversation

jpraet
Copy link
Contributor

@jpraet jpraet commented Apr 15, 2024

See belgif/rest-guide#170.

  • upgrade to actions/checkout@v4
  • upgrade to actions/setup-java@v4 (and JDK21 + enable maven cache)
  • consistently use ${{ secrets.x }}
  • use $GITHUB_REF_NAME
  • replace actions/create-release@v1 and actions/upload-release-asset@v1 by GitHub CLI "gh release create"
  • add dependabot.yml config for keeping github-actions up-to-date

See belgif/rest-guide#170.

* upgrade to actions/checkout@v4
* upgrade to actions/setup-java@v4 (and JDK21 + enable maven cache)
* consistently use ${{ secrets.x }}
* use $GITHUB_REF_NAME
* replace actions/create-release@v1 and actions/upload-release-asset@v1
  by GitHub CLI "gh release create"
* add dependabot.yml config for keeping github-actions up-to-date
@jpraet jpraet requested a review from pvdbosch April 15, 2024 12:08
@pvdbosch pvdbosch merged commit b05f298 into master Apr 15, 2024
1 check passed
jpraet added a commit that referenced this pull request Apr 16, 2024
Partial revert of #9.

server-username, server-password and gpg-passphrase are environment variable names.
pvdbosch pushed a commit that referenced this pull request Apr 16, 2024
Partial revert of #9.

server-username, server-password and gpg-passphrase are environment variable names.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants