diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index c5394fc..46848c9 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -19,9 +19,9 @@ jobs: python-version: ["3.10", "3.11", "3.12"] steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: ${{ matrix.python-version }} - name: Set up uv diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f2a2441..ebe6370 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Setup | Install uv uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: - version: "0.9.18" + version: "0.11.21" - name: Setup | Install Python & Project dependencies run: uv sync --extra build @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup | Checkout Repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ github.sha }} fetch-depth: 1 @@ -86,7 +86,7 @@ jobs: - name: Setup | Install uv uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: - version: "0.9.18" + version: "0.11.21" - name: Setup | Install Python & Project dependencies run: uv sync --extra test @@ -118,7 +118,7 @@ jobs: steps: - name: Setup | Checkout Repository on Release Branch - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ github.ref_name }} fetch-depth: 0 @@ -129,7 +129,7 @@ jobs: - name: Setup | Install uv uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: - version: "0.9.18" + version: "0.11.21" - name: Setup | Install Python & Project dependencies run: uv sync --extra build @@ -188,7 +188,7 @@ jobs: 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 c47b345..75e1d74 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.14.2 \ No newline at end of file +3.14.6 \ No newline at end of file diff --git a/.tool-versions b/.tool-versions index 9ccb304..af10e36 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -uv 0.9.18 \ No newline at end of file +uv 0.11.21 \ No newline at end of file