Skip to content

Conversation

mast-eu
Copy link
Contributor

@mast-eu mast-eu commented Oct 11, 2025

This PR is to fix some warnings which I noticed in the CI jobs "compile-test":
image

The fix is straight-forward and described in the link given in the warning: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

All occurrences of

- name: Set output
run: echo "::set-output name={name}::{value}"

should be replaced by

- name: Set output
run: echo "{name}={value}" >> $GITHUB_OUTPUT

The other deprecated command is save-state, which is not used here.

@per1234 per1234 self-assigned this Oct 11, 2025
@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: infrastructure Related to project infrastructure labels Oct 11, 2025
Copy link
Collaborator

@per1234 per1234 left a comment

Choose a reason for hiding this comment

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

Thanks @mast-eu!

@per1234 per1234 merged commit b8399ed into arduino:main Oct 11, 2025
8 checks passed
@mast-eu mast-eu deleted the fixCI branch October 11, 2025 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic: infrastructure Related to project infrastructure type: imperfection Perceived defect in any part of project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants