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 github action #1024

Merged
merged 1 commit into from
May 15, 2024
Merged

update github action #1024

merged 1 commit into from
May 15, 2024

Conversation

shapiromatron
Copy link
Owner

@shapiromatron shapiromatron commented May 7, 2024

There were a number of github action warnings for using deprecated actions; these were updated to the latest versions. In doing so, we were able to use built-in python and javascript caching using their respective setup actions, instead of manually implementing package caching in our actions.

frontendNode.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. 

frontendThe `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/Show more
backendNode.js 16 actions are deprecated. 

Deprecation notice: v1, v2, and v3 of the artifact actionsThe following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "webpack-build". 

integrationNode.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v3, actions/cache@v3, actions/download-artifact@v3.

[frontend](https://github.com/shapiromatron/hawc/actions/runs/8850211441/job/24303964487)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. 

The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. 

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v3, actions/cache@v3. 

The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "webpack-build". Please update your workflow to use v4 of the artifact actions. 

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v3, actions/cache@v3, actions/download-artifact@v3. 

@shapiromatron shapiromatron marked this pull request as ready for review May 7, 2024 19:37
@shapiromatron shapiromatron merged commit d5ad885 into main May 15, 2024
6 checks passed
@shapiromatron shapiromatron deleted the gh-workflows branch May 15, 2024 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants