From 6786d10ea0fcc1c20fc7282ee461f142d548c254 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Fri, 12 Jul 2024 00:29:58 +0000 Subject: [PATCH] chore(deps): update actions/setup-python digest to 39cd149 --- .github/workflows/common_library_tests.yaml | 4 ++-- .github/workflows/lint.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index 288ccbc4..de972614 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -34,7 +34,7 @@ jobs: with: version: ${{ matrix.helm-version }} - - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5 + - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5 with: python-version: "3.10" @@ -146,7 +146,7 @@ jobs: with: version: ${{ matrix.helm-version }} - - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5 + - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5 with: python-version: "3.10" diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index b70e22cc..31fe5983 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Set up Python 3.9 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5 + uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5 with: python-version: 3.9 - name: Install dependencies