Skip to content

Action is depreciated warning message #4

Description

@AmbientPlatypus

I received the following warning when running this in my GH Action:

The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/github-script@v5. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

It appears you can fix this by updating three lines in the actions.yml:

Line 35: change to actions/checkout@v4
Line 54: change to actions/github-script@v6
Line 68: change to actions/github-script@v6

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions