diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b37a3934..4a27eed30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Set up Python - uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1 + uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 with: python-version: ${{ env.python_version }} - name: Lint with Pre-commit @@ -60,7 +60,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Set up Python - uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1 + uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 with: python-version: ${{ matrix.python-version }} allow-prereleases: true @@ -112,7 +112,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Set up Python - uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1 + uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 with: python-version: ${{ env.python_version }} - name: Use Python Dependency Cache