This repository was archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Deal with Github Actions deprecation warnings #14203
Copy link
Copy link
Closed
Labels
A-CIIssues related to CI on the Synapse repositoryIssues related to CI on the Synapse repositoryA-TestingIssues related to testing in complement, synapse, etcIssues related to testing in complement, synapse, etcT-TaskRefactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.Z-Future-MaintenanceThings that can't yet be done, but will need cleaning up in a couple of months/releasesThings that can't yet be done, but will need cleaning up in a couple of months/releases
Milestone
Description
Starting 1st June 2023 workflows using save-state or set-output commands via stdout will fail with an error.
See e.g. https://github.com/matrix-org/synapse/actions/runs/3258600088 (and likely other workflows too)
Node.js 12 actions, save-state
and set-output
are all "deprecated and will be disabled soon".
PRs:
- Deal with some GHA deprecation warnings #14216
- Deal with Github Actions deprecation warnings setup-python-poetry#11
- Use
GITHUB_OUTPUT
in CI backend-meta#13 and the follow-up matrix-org/backend-meta@1a8479c - Fixes to release-artifacts warnings #14224
- Build wheels on macos 11, not 10.15 #14249
- Bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.0 #14276
- Bump peaceiris/actions-mdbook from 1.1.14 to 1.2.0 #14275
- Fix CI and bump actions dependencies to deal with GHA deprecations. synapse-s3-storage-provider#83
- Deal with another batch of GHA warning messages #14313
- Use maintained action to install Rust in latest deps/twisted trunk jobs #14351
- Bump JasonEtco/create-an-issue from 2.5.0 to 2.8.1 #14607
- Bump docker actions to latest stable release sytest#1347
- Deal with GHA deprecation warnings synapse-s3-storage-provider#95 (integration test workflow needs fixing though)
- Upcoming GHA deprecations AustinScola/mypy-cache-github-action#277
Metadata
Metadata
Assignees
Labels
A-CIIssues related to CI on the Synapse repositoryIssues related to CI on the Synapse repositoryA-TestingIssues related to testing in complement, synapse, etcIssues related to testing in complement, synapse, etcT-TaskRefactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.Z-Future-MaintenanceThings that can't yet be done, but will need cleaning up in a couple of months/releasesThings that can't yet be done, but will need cleaning up in a couple of months/releases