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

Bump build actions to v4 #240

Merged
merged 2 commits into from
Mar 21, 2024
Merged

Bump build actions to v4 #240

merged 2 commits into from
Mar 21, 2024

Conversation

oporkka
Copy link
Member

@oporkka oporkka commented Mar 18, 2024

Bumped the build actions to v4 that uses Node20 by default, to avoid warnings of using outdated Node versions in actions

Updated the deprecated set-output to the new environment variables -based way to avoid warnings.

Bumped the build actions to v4 that uses Node20 by default, to avoid warnings of using outdated Node versions in actions
with:
node-version: ${{ matrix.node-version }}

# https://github.com/actions/cache/blob/main/examples.md#node---yarn
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@boopathi
Copy link
Member

👍

@oporkka
Copy link
Member Author

oporkka commented Mar 21, 2024

👍

@oporkka oporkka merged commit ed75644 into main Mar 21, 2024
9 checks passed
@oporkka oporkka deleted the build-actions-v4 branch March 21, 2024 09:29
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.

None yet

2 participants