forked from git-for-windows/git
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated parts of Actions workflows (#566)
These fixups should fix all of the deprecation warnings found across this repository's workflows with the exception of `check-whitespace` (fixed upstream) and `git-artifacts` (removed upstream). - Patches 1-3 fix `set-output` syntax - Patches 4-8 upgrade the version of `actions/checkout` - Patch 9 upgrades `actions/github-script` and updates usage of the `github` instance - Patch 10 upgrades `actions/setup-dotnet` to v3 - Patch 11 upgrades `actions/upload-artifact` to v3 - Patch 12 upgrades the `mjcheetham/*` actions (see the pull requests updating [`asset-hash`](mjcheetham/asset-hash#342) and [`update-homebrew`](mjcheetham/update-homebrew#17) for more details). - Patch 13 upgrades the OS versions used in the Scalar Functional tests to Actions-supported versions. This patch can be dropped if we still want to test the older OS versions.
- Loading branch information
Showing
4 changed files
with
21 additions
and
21 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
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