Skip to content

build(deps): Bump asymmetric-effort/actions/actions/setup-python from e565630fb74add31f164fc517eff80906801e8aa to b9346f850c6159e6c7d5121f1b54bb378b8220c7 - #303

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/asymmetric-effort/actions/actions/setup-python-b9346f850c6159e6c7d5121f1b54bb378b8220c7
Open

build(deps): Bump asymmetric-effort/actions/actions/setup-python from e565630fb74add31f164fc517eff80906801e8aa to b9346f850c6159e6c7d5121f1b54bb378b8220c7#303
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/asymmetric-effort/actions/actions/setup-python-b9346f850c6159e6c7d5121f1b54bb378b8220c7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps asymmetric-effort/actions/actions/setup-python from e565630fb74add31f164fc517eff80906801e8aa to b9346f850c6159e6c7d5121f1b54bb378b8220c7.

Changelog

Sourced from asymmetric-effort/actions/actions/setup-python's changelog.

Release

Create or update GitHub Releases with full-featured release management.

Overview

The release action is a complete, self-contained replacement for softprops/action-gh-release with full feature parity. It creates or updates GitHub Releases, uploads assets via glob patterns, supports draft/prerelease workflows, auto-generated release notes, discussion linking, and body appending.

Usage

# Basic release on tag push
- uses: asymmetric-effort/actions/actions/release@v1
  with:
    tag_name: ${{ github.ref_name }}
    generate_release_notes: "true"
# Upload build artifacts
- uses: asymmetric-effort/actions/actions/release@v1
  with:
    files: |
      dist/*.tar.gz
      dist/*.zip
      dist/*.deb
# Release notes from file
- uses: asymmetric-effort/actions/actions/release@v1
  with:
    body_path: CHANGELOG.md
    files: dist/*
# Draft prerelease
- uses: asymmetric-effort/actions/actions/release@v1
  with:
    draft: "true"
    prerelease: "true"
    files: build/output/*
# Auto-generated notes with base tag comparison
- uses: asymmetric-effort/actions/actions/release@v1
  with:
    generate_release_notes: "true"
</tr></table> 

... (truncated)

Commits
  • b9346f8 fix: preserve OIDC auth from actions/setup-node in npm-publish
  • db7bf0d fix: pin upload-artifact SHA in upload-pages-artifact to prevent local path r...
  • 57770ba fix: resolve macOS broken pipe in setup-bun resolve-version
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [asymmetric-effort/actions/actions/setup-python](https://github.com/asymmetric-effort/actions) from e565630fb74add31f164fc517eff80906801e8aa to b9346f850c6159e6c7d5121f1b54bb378b8220c7.
- [Release notes](https://github.com/asymmetric-effort/actions/releases)
- [Changelog](https://github.com/asymmetric-effort/actions/blob/main/docs/release.md)
- [Commits](asymmetric-effort/actions@e565630...b9346f8)

---
updated-dependencies:
- dependency-name: asymmetric-effort/actions/actions/setup-python
  dependency-version: b9346f850c6159e6c7d5121f1b54bb378b8220c7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants