Skip to content

Update action dependencies of GitHub Actions workflows #5

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

Merged
merged 1 commit into from
Jun 23, 2023
Merged

Update action dependencies of GitHub Actions workflows #5

merged 1 commit into from
Jun 23, 2023

Conversation

per1234
Copy link
Collaborator

@per1234 per1234 commented Jun 23, 2023

The repository's GitHub Actions workflows use several GitHub Actions actions. The steps that use the actions pin the dependency to a major version series. This means the specific dependency version is unmanaged within that major version series, but the reference must be updated after there is a new major version release of the dependency.

Several of the dependencies were pinned to outdated major version refs, causing the workflows to miss the benefits of recent development work on those dependencies. They are hereby updated to the latest major version refs. The breaking changes that caused the major version bumps in the dependencies are not relevant to our usage of them so no additional adjustments are needed in order to perform these bumps.

The repository's GitHub Actions workflows use several GitHub Actions actions. The steps that use the actions pin the
dependency to a major version series. This means the specific dependency version is unmanaged within that major version
series, but the reference must be updated after there is a new major version release of the dependency.

Several of the dependencies were pinned to outdated major version refs, causing the workflows to miss the benefits of
recent development work on those dependencies. They are hereby updated to the latest major version refs. The breaking
changes that caused the major version bumps in the dependencies are not relevant to our usage of them so no additional
adjustments are needed in order to perform these bumps.
@facchinm facchinm merged commit 892a81f into arduino:main Jun 23, 2023
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.

2 participants