From 1b8cf9399674502a8ebb93b138a334af879fc8b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 22:35:07 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/release.yml | 4 ++-- .python-version | 2 +- mise.toml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b77827..eba0414 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: ${{ github.sha }} fetch-depth: 1 @@ -134,7 +134,7 @@ jobs: steps: - name: Setup | Checkout Repository on Release Branch - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: ${{ github.ref_name }} diff --git a/.python-version b/.python-version index c47b345..1019cd9 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.14.2 \ No newline at end of file +3.14.3 \ No newline at end of file diff --git a/mise.toml b/mise.toml index 3fd48b7..0ef0228 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 = "{{ get_env(name='PYTHON_VERSION', default='3.11') }}" -uv = "0.9.18" -go = "1.25" +python = "3.14.3" +uv = "0.10.9" +go = "1.26.1"