SIGN IN SIGN UP
h5bp / html5-boilerplate UNCLAIMED

A professional front-end template for building fast, robust, and adaptable web apps or sites.

0 0 13 JavaScript

ci: Use GITHUB_OUTPUT envvar instead of set-output command (#3068)

* ci: Use GITHUB_OUTPUT envvar instead of set-output command

`save-state` and `set-output` commands used in GitHub Actions are deprecated and [GitHub recommends using environment files](https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/).

This PR updates the usage of `::set-output` to `"$GITHUB_OUTPUT"`

Instructions for envvar usage from GitHub docs:

https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter

* Patch up the remaining files too
A
Arun Sathiya committed
64126bb84d4fa2131db17b19dbca06b170cb2da6
Parent: 8e6ff2b
Committed by GitHub <noreply@github.com> on 1/23/2024, 1:59:38 AM