diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index 6189983..2b3e105 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -39,7 +39,7 @@ jobs: enable-cache: true - name: "Set up Python" - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 with: python-version-file: ".python-version" diff --git a/.github/workflows/collect-metrics.yml b/.github/workflows/collect-metrics.yml index c44cb18..bf049a6 100644 --- a/.github/workflows/collect-metrics.yml +++ b/.github/workflows/collect-metrics.yml @@ -37,7 +37,7 @@ jobs: enable-cache: true - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.12' diff --git a/.github/workflows/deploy-catalog-gcp.yml b/.github/workflows/deploy-catalog-gcp.yml index 69cbb78..6d110af 100644 --- a/.github/workflows/deploy-catalog-gcp.yml +++ b/.github/workflows/deploy-catalog-gcp.yml @@ -51,7 +51,7 @@ jobs: enable-cache: true - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.12'