ci: remove deleted set-output GH Action command
Metadata
Current evaluation
Merged a CI update removing the deprecated GitHub Actions set-output command. Approved after passing lint and tests, the change updated two files to comply with GitHub's deprecation policy.
Suggested action: —
No scores available.
Issue body
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
- [x] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)?
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] Have you successfully run `make lint`?
- [x] Have you successfully run `pytest tests/unit`?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a CI update removing the deprecated GitHub Actions set-output command. Approved after passing lint and tests, the change updated two files to comply with GitHub's deprecation policy. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged CI updates to remove the deprecated GitHub Actions set-output command, replacing it with environment file syntax. Addresses GitHub October 2022 deprecation warnings and was integrated into main without impacting code coverage. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged into main. Removes the deprecated GitHub Actions set-output command from CI workflows. Code coverage remains unchanged. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #2790 ci: remove deprecated save-state and set-output commands | charmcraft | closed | Merged to remove deprecated GitHub Actions set-output and save-state commands and fix an unquoted GITHUB_OUTPUT variable in tests.yaml, ensuring compliance with current CI standards. | |
| #1177 CI: remove save-state and set-output commands | charmcraft | closed | Fixed by updating CI workflows to replace deprecated save-state and set-output commands with direct writes to $GITHUB_STATE and $GITHUB_OUTPUT environment files. | |
| #462 ci: bump github action versions | craft-parts | merged | Merged update to GitHub Actions versions to address deprecation warnings. Approved by a reviewer, passed CI checks, and modified one file with three additions and three deletions. | |
| #1043 ci: remove deprecated ubuntu 18.04 GitHub CI | charmcraft | merged | Merged changes remove deprecated Ubuntu 18.04 from GitHub Actions CI configuration following upstream deprecation. Approved by one reviewer with a single file update. |