diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fa77c8..f3b64ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: poetry config virtualenvs.in-project true --local - name: Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 + uses: actions/setup-python@4f41a90a1f38628c7ccc608d05fbafe701bc20ae with: python-version: ${{ matrix.python-version }} cache: "poetry" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f2408e4..2bba778 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Setup Python - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 + uses: actions/setup-python@4f41a90a1f38628c7ccc608d05fbafe701bc20ae with: python-version: "3.14"