From 5777736de73828cfce89199af7be496476cfdce2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 00:38:19 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/release.yml | 18 +++++++++--------- .python-version | 2 +- mise.toml | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 187b49d..d17985c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: - name: Upload | Distribution Artifacts if: ${{ steps.version.outputs.released == 'true' }} - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ${{ env.dist_artifacts_name }} path: ${{ format('{0}/**', env.dist_artifacts_dir) }} @@ -55,7 +55,7 @@ jobs: - name: Upload | Lock File Artifact if: ${{ steps.version.outputs.released == 'true' }} - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ${{ env.lock_file_artifact }} path: ${{ env.lock_file_artifact }} @@ -78,13 +78,13 @@ jobs: PYTHON_VERSION: "3.11" steps: - name: Setup | Checkout Repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ github.sha }} fetch-depth: 1 - name: Setup | Download Distribution Artifacts - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 if: ${{ needs.build.outputs.new-release-detected == 'true' }} id: artifact-download with: @@ -134,7 +134,7 @@ jobs: steps: - name: Setup | Checkout Repository on Release Branch - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ github.ref_name }} @@ -153,14 +153,14 @@ jobs: run: uv sync --extra build --extra dev - name: Setup | Download Build Artifacts - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 id: artifact-download with: name: ${{ needs.build.outputs.distribution-artifacts }} path: dist - name: Setup | Download Lock File Artifact - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: ${{ needs.build.outputs.lock-file-artifact }} @@ -199,14 +199,14 @@ jobs: steps: - name: Setup | Download Build Artifacts - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 id: artifact-download with: name: ${{ needs.build.outputs.distribution-artifacts }} path: dist - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 with: packages-dir: dist print-hash: true diff --git a/.python-version b/.python-version index 1019cd9..75e1d74 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.14.3 \ No newline at end of file +3.14.6 \ No newline at end of file diff --git a/mise.toml b/mise.toml index 0ef0228..6c4602f 100644 --- a/mise.toml +++ b/mise.toml @@ -45,6 +45,6 @@ depends = ["install"] run = "uv run prek run conventional-commits-ci --stage manual" [tools] -python = "3.14.3" -uv = "0.10.9" -go = "1.26.1" +python = "3.14.6" +uv = "0.11.21" +go = "1.26.4"