We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need to update the workflow in several ways to prevent it from breaking soon:
ubuntu-18.04
ubuntu-22.04
actions/checkout@v2
actions/setup-node@v1
actions/cache@v2.1.4
actions/upload-artifact@v2.2.1
SchoofsKelvin/event-utilities@v1
set-output
save-state
The text was updated successfully, but these errors were encountered:
Update workflows to use ubuntu-22.04 and updated dependencies (#372)
eac8a06
Merge pull request #373 from SchoofsKelvin/issue/372
4046414
Update workflows to use ubuntu-22.04 and updated dependencies (closes #372)
SchoofsKelvin
Successfully merging a pull request may close this issue.
Need to update the workflow in several ways to prevent it from breaking soon:
ubuntu-18.04
toubuntu-22.04
(fix The Ubuntu 18.04 Actions runner image will begin deprecation on 2022/08/08 and will be fully unsupported by 2023/04/03 actions/runner-images#6002)actions/checkout@v2
to Node.js 16+actions/setup-node@v1
to Node.js 16+actions/cache@v2.1.4
to Node.js 16+actions/upload-artifact@v2.2.1
to Node.js 16+SchoofsKelvin/event-utilities@v1
to Node.js 16+set-output
andsave-state
commands with environment filesThe text was updated successfully, but these errors were encountered: