Skip to content

fix: bump get-tag action to v2.1.4 to resolve set-output deprecation#794

Merged
kurtdoherty merged 1 commit intomainfrom
fix-bump-get-tag-action
Sep 17, 2025
Merged

fix: bump get-tag action to v2.1.4 to resolve set-output deprecation#794
kurtdoherty merged 1 commit intomainfrom
fix-bump-get-tag-action

Conversation

@kurtdoherty
Copy link
Contributor

Previous Prerelease workflows show deprecation warnings for the set-output command. The latest Prerelease build shows failure on the Package Version bump step because no version number has been provided to the yarn version command. The version number is meant to be passed in through the ${{ steps.tagName.outputs.version }} substitution, but it apparently isn't.

The olegtarasov/get-tag action being relied upon is up to 2.1.4, with that version specifically calling out it resolves the deprecation warnings.

@rpt-uk-github
Copy link

rpt-uk-github commented Sep 17, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

code/snyk check is complete. No issues have been found. (View Details)

@kurtdoherty kurtdoherty marked this pull request as ready for review September 17, 2025 01:52
@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for 9c0c6141
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (9c0c614) Report Missing Report Missing Report Missing
Head commit (6cbad48) 9325 8631 92.56%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#794) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

@kurtdoherty kurtdoherty merged commit 3159df9 into main Sep 17, 2025
6 checks passed
@kurtdoherty kurtdoherty deleted the fix-bump-get-tag-action branch September 17, 2025 02:04
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