You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating the actions would resolve the issue. If there are any reasons why older actions have to be used we could set ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true as stated in GitHub's announcement.
Seems I misread the annotation (and too quickly posted this here). The annotation states to update the actions instead of the node action itself, so I will give this issue a new title, and rephrase the bug description
ridoo
changed the title
[GitHub Actions] Update node version
[GitHub Actions] Update actions
Aug 23, 2023
ridoo
changed the title
[GitHub Actions] Update actions
[Workflow] Update used GitHub actions
Aug 23, 2023
Describe the bug
There are versions of some actions which still use node
v12
which is not supported by Github Actions anymore . They will run on nodev16
instead.Updating the actions would resolve the issue. If there are any reasons why older actions have to be used we could set
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true
as stated in GitHub's announcement.Expected Behavior
Workflow runs without warning.
Steps to Reproduce the Problem
Run a GitHub Actions auto build workflow
Open the Run Details like here: https://github.com/GeoNode/geonode-mapstore-client/actions/runs/5900129973
See the Warning annotation stating:
Specifications
The text was updated successfully, but these errors were encountered: