-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address GitHub action deprecation warnings (#4745)
* Remove deprecated set-output from GitHub actions * Replace get-changed-files GitHub action The GitHub action jitterbit/get-changed-files@v1 seems abandoned. Use masesgroup/[email protected] which can be used as a drop in replacement.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
echo Current version: $latest | ||
echo New target version: $datepre.$newpost | ||
echo "::set-output name=version::$datepre.$newpost" | ||
echo "version=$datepre.$newpost" >> "$GITHUB_OUTPUT" | ||
- name: Run Release Drafter | ||
uses: release-drafter/[email protected] | ||
|