diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index de9726145..b2a0bb940 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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5 + - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 with: python-version: "3.10" @@ -146,7 +146,7 @@ jobs: with: version: ${{ matrix.helm-version }} - - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5 + - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 with: python-version: "3.10" diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 31fe59839..2e8efd691 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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 with: python-version: 3.9 - name: Install dependencies