diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 9b20aa060..73cd13dc9 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -54,7 +54,7 @@ jobs: with: fetch-depth: 0 - name: Set up python ${{ matrix.python }} on ${{ matrix.os }} - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 with: python-version: ${{ matrix.python }} - name: Install base dependencies diff --git a/.github/workflows/cron_tests.yaml b/.github/workflows/cron_tests.yaml index 4f56ad421..358830bf2 100644 --- a/.github/workflows/cron_tests.yaml +++ b/.github/workflows/cron_tests.yaml @@ -41,7 +41,7 @@ jobs: with: fetch-depth: 0 - name: Set up python ${{ matrix.python }} on ${{ matrix.os }} - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 with: python-version: ${{ matrix.python }} - name: Install base dependencies diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 3797a2571..ab988c8bc 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 # Used to host cibuildwheel - - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 + - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 - name: Install cibuildwheel run: python -m pip install cibuildwheel==2.10.0