From d0b890fecc63fa24227bb4c9110da15fa6bc595a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 16:53:04 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/release.yml | 6 +++--- .python-version | 2 +- mise.toml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7eb6f5c..d86ad12 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: PYTHON_VERSION: "3.11" steps: - name: Setup | Checkout Repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: ref: ${{ github.sha }} fetch-depth: 1 @@ -134,7 +134,7 @@ jobs: steps: - name: Setup | Checkout Repository on Release Branch - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: ref: ${{ github.ref_name }} @@ -206,7 +206,7 @@ jobs: path: dist - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 with: packages-dir: dist print-hash: true diff --git a/.python-version b/.python-version index 75e1d74..38f27a2 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.14.6 \ No newline at end of file +3.14.7 \ No newline at end of file diff --git a/mise.toml b/mise.toml index 6c4602f..8959bba 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.6" -uv = "0.11.21" -go = "1.26.4" +python = "3.14.7" +uv = "0.12.5" +go = "1.27.0"