diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f59af8f0..9b9edeace 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v5 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/cibuildwheels.yml b/.github/workflows/cibuildwheels.yml index 768cca3ca..13f25ab9a 100644 --- a/.github/workflows/cibuildwheels.yml +++ b/.github/workflows/cibuildwheels.yml @@ -63,7 +63,7 @@ jobs: uses: actions/checkout@v5 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: # Use the most recent released python python-version: '3.x' diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 6cedb1cb6..e81daf801 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v5 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.x'