From 06a037550ad89bda5d89879b1dd8ea8071b011ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 22:06:35 +0000 Subject: [PATCH] build(deps): bump the github-actions group across 2 directories with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/setup-python](https://github.com/actions/setup-python) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Bumps the github-actions group with 1 update in the /.github/actions/env-install directory: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) Updates `pypa/gh-action-pypi-publish` from 1.12.4 to 1.13.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/76f52bc884231f62b9a034ebfe128415bbaabdfc...ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/actions/env-install/action.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/release-openai.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/env-install/action.yml b/.github/actions/env-install/action.yml index 9656bed..ca89d59 100644 --- a/.github/actions/env-install/action.yml +++ b/.github/actions/env-install/action.yml @@ -7,7 +7,7 @@ runs: using: "composite" steps: - name: Install python runtime - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version-file: '.python-version' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2a73b6..8adab9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Set up Python ${{ env[matrix.python-version] }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ env[matrix.python-version] }} architecture: "x64" diff --git a/.github/workflows/release-openai.yml b/.github/workflows/release-openai.yml index 3fd2fd0..2289a1f 100644 --- a/.github/workflows/release-openai.yml +++ b/.github/workflows/release-openai.yml @@ -54,7 +54,7 @@ jobs: - name: Upload pypi.org if: startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4 + uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 with: repository-url: https://upload.pypi.org/legacy/ packages-dir: ${{ env.DIST_DIR }}