diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3730a7e..612f8bf 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.3.0 + - uses: actions/setup-python@v7.0.0 with: python-version-file: "pyproject.toml" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 955d9de..6e6c612 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.3.0 + - uses: actions/setup-python@v7.0.0 with: python-version-file: "pyproject.toml"