diff --git a/.github/workflows/bqmonitor-pr.yml b/.github/workflows/bqmonitor-pr.yml index 1041753990..fd3962d9de 100644 --- a/.github/workflows/bqmonitor-pr.yml +++ b/.github/workflows/bqmonitor-pr.yml @@ -48,7 +48,7 @@ jobs: with: persist-credentials: false - name: Set up Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: '3.11' - name: Install dependencies and run tests diff --git a/.github/workflows/cleanup-spanner-test-infra.yml b/.github/workflows/cleanup-spanner-test-infra.yml index 17f43f6ad3..724de92166 100644 --- a/.github/workflows/cleanup-spanner-test-infra.yml +++ b/.github/workflows/cleanup-spanner-test-infra.yml @@ -37,7 +37,7 @@ jobs: with: persist-credentials: false - name: Set up Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: '3.12' - name: Install dependencies @@ -67,7 +67,7 @@ jobs: with: persist-credentials: false - name: Set up Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: '3.12' - name: Install dependencies diff --git a/.github/workflows/update-python-deps.yml b/.github/workflows/update-python-deps.yml index a51953db26..29366e3540 100644 --- a/.github/workflows/update-python-deps.yml +++ b/.github/workflows/update-python-deps.yml @@ -21,7 +21,7 @@ jobs: persist-credentials: false - name: Set up Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: '3.11' diff --git a/.github/workflows/upload-python-package.yml b/.github/workflows/upload-python-package.yml index d5d688dff1..4f9f95d442 100644 --- a/.github/workflows/upload-python-package.yml +++ b/.github/workflows/upload-python-package.yml @@ -48,7 +48,7 @@ jobs: persist-credentials: false - name: Set up Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: '3.11'