diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 14c968a..9e6bdb5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -64,7 +64,7 @@ jobs: uses: ./.github/actions/free-disk-space - name: Setup Python 3.11 - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 with: python-version: 3.11 cache: pip diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0e93e84..594ff75 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,7 +60,7 @@ jobs: uses: ./.github/actions/free-disk-space - name: Setup Python ${{ matrix.python }} - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 with: python-version: ${{ matrix.python }} cache: pip diff --git a/.github/workflows/test_notebooks.yml b/.github/workflows/test_notebooks.yml index 8efdf46..2f2c720 100644 --- a/.github/workflows/test_notebooks.yml +++ b/.github/workflows/test_notebooks.yml @@ -58,7 +58,7 @@ jobs: uses: ./.github/actions/free-disk-space - name: Setup Python ${{ matrix.python }} - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 with: python-version: ${{ matrix.python }} cache: pip