diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index b59eadb..a304148 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -41,7 +41,7 @@ jobs: # https://github.com/actions/setup-python - name: Set up Python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: 3.13 diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 51ad57a..97b45bd 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -40,7 +40,7 @@ jobs: # https://github.com/actions/setup-python - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/test_pages_build.yaml b/.github/workflows/test_pages_build.yaml index 9bdb8b9..47f2a48 100644 --- a/.github/workflows/test_pages_build.yaml +++ b/.github/workflows/test_pages_build.yaml @@ -40,7 +40,7 @@ jobs: # https://github.com/actions/setup-python - name: Set up Python 3 - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: 3.13