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

Fix actions #578

Merged
merged 2 commits into from
Nov 23, 2020
Merged

Fix actions #578

merged 2 commits into from
Nov 23, 2020

Conversation

stripedpajamas
Copy link
Member

GitHub now enforcing no set-env or add-path calls: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

The set-env calls in macos.yml were already redundant; we were doing the new way (echo "key=val" >> $GITHUB_ENV) in check_tags.sh and get_repo.sh.

actions/setup-node updated to env files in 1.4.4, but our workflow was locked at 1.4.3. Removed the spec lock to pick up the latest minor versions going forward.

@stripedpajamas stripedpajamas merged commit 16eb6e4 into VSCodium:master Nov 23, 2020
@stripedpajamas stripedpajamas deleted the fix-action branch November 23, 2020 20:16
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant