carlossg / docker-maven

Official Docker image with Maven
Apache License 2.0
524 stars 423 forks source link

Update actions to silence Node.js 12 warnings and deprecations #310

Closed NotMyFault closed 1 year ago

NotMyFault commented 1 year ago

This PR intends to address the Node.js 12 deprecation warnings by updating various actions, and mitigates the set-ouput warning by switching the syntax.

Screenshot 2022-12-31 at 19 58 07

jerome-benoit commented 1 year ago

This PR intends to address the Node.js 12 deprecation warnings by updating various actions, and mitigates the set-ouput warning by switching the syntax.

Screenshot 2022-12-31 at 19 58 07

I think you can also probably add a dependabot.yml configuration to check for github actions new version, something like

# Docs: https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates
version: 2
updates:
  - package-ecosystem: 'github-actions'
    directory: '/'
    schedule:
      interval: 'daily'
    labels:
      - 'github-actions'
carlossg commented 1 year ago

I've added the dependabot, thanks for the hint

carlossg commented 1 year ago

thanks!