v2.32.5
Recent Commits to requests
-
v2.32.5
-
Merge pull request #7010 from psf/dependabot/github_actions/actions/c…
Merge pull request #7010 from psf/dependabot/github_actions/actions/checkout-5.0.0 Bump actions/checkout from 4.2.0 to 5.0.0
-
Bump actions/checkout from 4.2.0 to 5.0.0
Bump actions/checkout from 4.2.0 to 5.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.0...08c6903cd8c0fde910a37f88322edcfb5dd907a8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-
Update publish workflow to use `artifact-id` instead of `name`
Update publish workflow to use `artifact-id` instead of `name` Added artifact-id output to publish workflow and updated download-artifact action version to `v5.0.0`. Also hardens the workflow a bit by adding `persist-credentials: false` to the checkout step