RustCrypto / RustCrypto/actions
cross-tests: `set-output` deprecation warning
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 5
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
The action results in the following warning (e.g. see here):
Run RustCrypto/actions/cross-tests@master
Theset-outputcommand 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/
I don't understand why we get this warning. set-output is not explicitly by the job and I couldn't find its invocation in logs.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the RustCrypto/actions/cross-tests@master action and the linked GitHub Actions run. Compare the action's steps with the run logs to identify which step invokes the deprecated set-output command, then determine the required Environment Files update. Done means the warning's source is identified and the action no longer emits it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100