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 actions to versions no longer using Node 12 #643

Merged
merged 1 commit into from
Jan 9, 2023

Conversation

micgro42
Copy link
Collaborator

@micgro42 micgro42 commented Nov 16, 2022

This takes care of the following warning appearing in our GitHub CI:

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/. Please update the following actions to use Node.js 16: actions/checkout@v2, dorny/paths-filter@v2.9.0, actions/setup-node@v1, actions/cache@v2

It also removes all of the remaining warnings of the type:

The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

and

The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

(this also has been cherry-picked to the next branch in PR #673)

Bug: T322548

@github-actions
Copy link

@micgro42 micgro42 marked this pull request as ready for review November 16, 2022 12:05
This takes care of the following warning appearing in our GitHub CI:

```
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/. Please update the following actions to use Node.js 16: actions/checkout@v2, dorny/paths-filter@v2.9.0, actions/setup-node@v1, actions/cache@v2
```
micgro42 added a commit that referenced this pull request Jan 9, 2023
This takes care of the following warning appearing in our GitHub CI:

```
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/. Please update the following actions to use Node.js 16: actions/checkout@v2, dorny/paths-filter@v2.9.0, actions/setup-node@v1, actions/cache@v2
```

This also removes many of the remaining warnings of the type:
```
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
```
and
```
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
```

Bug: T322548
@micgro42 micgro42 merged commit 6a7c6cb into master Jan 9, 2023
@micgro42 micgro42 deleted the fixNode12Actions branch January 9, 2023 16:26
micgro42 added a commit that referenced this pull request Jan 9, 2023
This collects the changes of the PRs #643, #665 and #666

Bug: T322548
Co-authored-by: Guergana Tzatchkova <guergana.tzatchkova@wikimedia.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants