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 for deprecated node 12 #618

Closed
dmijatovic opened this issue Oct 28, 2022 · 0 comments · Fixed by #641
Closed

Update github actions for deprecated node 12 #618

dmijatovic opened this issue Oct 28, 2022 · 0 comments · Fixed by #641
Assignees

Comments

@dmijatovic
Copy link
Contributor

dmijatovic commented Oct 28, 2022

The last release action produces number of warnings to be addressed.

See notification https://github.com/research-software-directory/RSD-as-a-service/actions/runs/3345281898

After initial investigation I conclude:

  • TriPSs/conventional-changelog-action@v3 is just updated by owner - no action required
  • set-output should be updated before 01-06-2023, see info here
# derecated
- name: Set output
  run: echo "::set-output name={name}::{value}"

# use this instead
- name: Set output
  run: echo "{name}={value}" >> $GITHUB_OUTPUT

After initial tests it seems that TriPSs/conventional-changelog-action@v3 depends on @actions/core that also need to update, see issue

Next step

Test these adjustments on the fork and monitor status of @actions/core

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 a pull request may close this issue.

1 participant