From e7eac98043f456c6e3618c2844d301d9d4cd7f7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 22:14:48 +0100 Subject: [PATCH] chore(deps): update actions/setup-python commit hash to 7f80679 (#1838) Co-authored-by: Renovate Bot --- .github/workflows/apps.test.yaml | 2 +- .github/workflows/common.test.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/apps.test.yaml b/.github/workflows/apps.test.yaml index ba6eceaa68f..20dc2c82ab6 100644 --- a/.github/workflows/apps.test.yaml +++ b/.github/workflows/apps.test.yaml @@ -126,7 +126,7 @@ jobs: helm repo add amd-gpu-helm https://radeonopencompute.github.io/k8s-device-plugin/ helm repo update - - uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # renovate: tag=v2 + - uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a # renovate: tag=v2 if: ${{ matrix.app != '.gitkee' }} with: python-version: 3.7 diff --git a/.github/workflows/common.test.yaml b/.github/workflows/common.test.yaml index 236b668a874..fdea46fe662 100644 --- a/.github/workflows/common.test.yaml +++ b/.github/workflows/common.test.yaml @@ -85,7 +85,7 @@ jobs: helm repo add amd-gpu-helm https://radeonopencompute.github.io/k8s-device-plugin/ helm repo update - - uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # renovate: tag=v2 + - uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a # renovate: tag=v2 if: ${{ matrix.app != '.gitkee' }} with: python-version: 3.7 @@ -97,7 +97,7 @@ jobs: # Chart-Testing Section ## - - uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # renovate: tag=v2 + - uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a # renovate: tag=v2 if: ${{ matrix.app != '.gitkee' }} with: python-version: 3.7