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

CI/CD: Replace deprecated set-output in node workflows #406

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

frewmack
Copy link
Contributor

@frewmack frewmack commented Jun 4, 2024

2nd attempt to replace deprecated ::set-output workflow actions. Key difference is using >> $GITHUB_OUTPUT instead of >> "$GITHUB_OUTPUT", which should address issues with the first attempt at this issue.

@frewmack frewmack merged commit 0a0a0e4 into develop Jun 4, 2024
5 checks passed
@frewmack frewmack deleted the mack/set-output-workflow-fix-2 branch June 4, 2024 19:30
frewmack added a commit that referenced this pull request Jun 17, 2024
* Bump mysql2 from 3.9.7 to 3.9.8 in /test-node (#404)

Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.7 to 3.9.8.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.9.7...v3.9.8)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Allow gnomad fields to display as empty if missing (#405)

* Replace set-output the correct way (?) (#406)

* Trim newlines from ssh agent eval string (#407)

* Bump braces from 3.0.2 to 3.0.3 in /server (#408)

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant