diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51a8bae..972309b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: enable-cache: true cache-dependency-glob: "uv.lock" - - uses: actions/setup-python@v6.2.0 + - uses: actions/setup-python@v6.3.0 with: python-version-file: "pyproject.toml" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 06248df..db78370 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: enable-cache: true cache-dependency-glob: "uv.lock" - - uses: actions/setup-python@v6.2.0 + - uses: actions/setup-python@v6.3.0 with: python-version-file: "pyproject.toml"