-
Notifications
You must be signed in to change notification settings - Fork 94
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
Remove deprecated parts of Actions workflows #566
Remove deprecated parts of Actions workflows #566
Commits on Mar 2, 2023
-
fixup! homebrew: add GitHub workflow to release Cask
Replace deprecated 'echo "::set-output name=...' syntax with new 'echo "<name>=<value>" >>$GITHUB_OUTPUT' syntax [1], clearing the deprecation warning appearing in the 'release-homebrew.yml' workflow. [1] https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Configuration menu - View commit details
-
Copy full SHA for 8baa126 - Browse repository at this point
Copy the full SHA 8baa126View commit details -
fixup! release: create initial Windows installer build workflow
Replace deprecated 'echo "::set-output name=...' syntax with new 'echo "<name>=<value>" >>$GITHUB_OUTPUT' syntax [1]. A second fixup patch will remove the one remaining instance of the old syntax to clear the deprecation warning in 'build-git-installers.yml'. [1] https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Configuration menu - View commit details
-
Copy full SHA for c6fac7e - Browse repository at this point
Copy the full SHA c6fac7eView commit details -
fixup! release: add signing step for .deb package
Finish replacing deprecated 'echo "::set-output name=...' syntax with new 'echo "<name>=<value>" >>$GITHUB_OUTPUT' syntax [1], clearing the deprecation warning appearing in the 'build-git-installers.yml' workflow. [1] https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Configuration menu - View commit details
-
Copy full SHA for 20bd7e6 - Browse repository at this point
Copy the full SHA 20bd7e6View commit details -
fixup! release: create initial Windows installer build workflow
Update 'actions/checkout' to v3 to stop using a deprecated Node.js 12 version of the action.
Configuration menu - View commit details
-
Copy full SHA for 6c45ef9 - Browse repository at this point
Copy the full SHA 6c45ef9View commit details -
fixup! release: build unsigned Ubuntu .deb package
Update 'actions/checkout' to v3 to stop using a deprecated Node.js 12 version of the action.
Configuration menu - View commit details
-
Copy full SHA for be68a24 - Browse repository at this point
Copy the full SHA be68a24View commit details -
fixup! release: add signing step for .deb package
Update 'actions/checkout' to v3 to stop using a deprecated Node.js 12 version of the action.
Configuration menu - View commit details
-
Copy full SHA for d6ae44d - Browse repository at this point
Copy the full SHA d6ae44dView commit details -
fixup! ci: run Scalar's Functional Tests
Update 'actions/checkout' to v3 to stop using a deprecated Node.js 12 version of the action.
Configuration menu - View commit details
-
Copy full SHA for 0535db7 - Browse repository at this point
Copy the full SHA 0535db7View commit details -
fixup! Add workflow for apt-get release
Update 'actions/checkout' to v3 to stop using a deprecated Node.js 12 version of the action.
Configuration menu - View commit details
-
Copy full SHA for a1c3d89 - Browse repository at this point
Copy the full SHA a1c3d89View commit details -
fixup! release: create draft GitHub release with packages & installers
Upgrade 'actions/github-script' from v4 to v6 to silence the Node.js 12 deprecation warning. Note that this also includes an update to how the 'github' object is accessed in the script ('github' -> 'github.rest') due to a breaking change introduced in v5 [1]. [1] https://github.com/actions/github-script#breaking-changes-in-v5
Configuration menu - View commit details
-
Copy full SHA for 9cbe3d8 - Browse repository at this point
Copy the full SHA 9cbe3d8View commit details
Commits on Mar 7, 2023
-
fixup! ci: run Scalar's Functional Tests
Upgrade the 'actions/setup-dotnet' Action to v3 to stop using Node.js 12 (deprecated). Signed-off-by: Victoria Dye <vdye@github.com>
Configuration menu - View commit details
-
Copy full SHA for dd32074 - Browse repository at this point
Copy the full SHA dd32074View commit details -
fixup! ci: run Scalar's Functional Tests
Upgrade the 'actions/upload-artifact' Action to v3 to stop using Node.js 12 (deprecated). Signed-off-by: Victoria Dye <vdye@github.com>
Configuration menu - View commit details
-
Copy full SHA for 785fd8a - Browse repository at this point
Copy the full SHA 785fd8aView commit details -
fixup! homebrew: add GitHub workflow to release Cask
Update to Node.js 16 versions of 'mjcheetham/asset-hash' [1] and 'mjcheetham/update-homebrew' [2]. [1] mjcheetham/asset-hash#342 [2] mjcheetham/update-homebrew#17
Configuration menu - View commit details
-
Copy full SHA for 91c2a81 - Browse repository at this point
Copy the full SHA 91c2a81View commit details -
fixup! ci: run Scalar's Functional Tests
Update the runner versions for the Scalar Functional tests to supported versions. For MacOS, update to the main supported version (macos-11). For Ubuntu, ensure we're still testing the two latest LTS versions by replacing 18.04 with 22.04. Also update the installed dotnet version to the latest v3.1 patch version. Signed-off-by: Victoria Dye <vdye@github.com>
Configuration menu - View commit details
-
Copy full SHA for 032d5d3 - Browse repository at this point
Copy the full SHA 032d5d3View commit details