riscv / docs-spec-template

https://lists.riscv.org/g/sig-documentation
Creative Commons Attribution 4.0 International
18 stars 19 forks source link

Node 12 Deprecation warnings on Workflows #5

Closed jjscheel closed 1 year ago

jjscheel commented 1 year ago

Warnings like the following occurred on during the build-pdf and create-release workflows:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. ...

jjscheel commented 1 year ago

The following commits address these issues by updating versions on GitHub actions:

This commit addresses the GitHub actions which are read-only (archived) and won't be update by substituting a different action

jjscheel commented 1 year ago

Will leave open as we decide how best to propagate to existing projects.

Note: the riscv-isa-asciidoc branch of riscv/riscv-isa-manual contains a PR to address these issues. No other projects have included at this time.

jjscheel commented 1 year ago

These projects have been addressed at this time:

  1. risc/riscv-isa-manual (riscv-isa-asciidoc branch only)
  2. riscv-non-isa/riscv-ap-tee
  3. riscv-non-isa/riscv-iommu
  4. riscv/riscv-crypto
rpsene commented 1 year ago

This issue is no longer applying to this code since the move to contairners.