diff --git a/.github/workflows/call-lint-chart.yaml b/.github/workflows/call-lint-chart.yaml index e0af0b76..e6162877 100644 --- a/.github/workflows/call-lint-chart.yaml +++ b/.github/workflows/call-lint-chart.yaml @@ -60,7 +60,7 @@ jobs: # https://github.com/actions/setup-python - name: Set up Python - uses: actions/setup-python@v3.1.2 + uses: actions/setup-python@v5.2.0 with: python-version: 3.8 architecture: x64 diff --git a/.github/workflows/lint-spell.yaml b/.github/workflows/lint-spell.yaml index 7e529407..f759042a 100644 --- a/.github/workflows/lint-spell.yaml +++ b/.github/workflows/lint-spell.yaml @@ -51,7 +51,7 @@ jobs: ref: ${{ steps.get_ref.outputs.ref }} - name: Set up Python - uses: actions/setup-python@v3.1.2 + uses: actions/setup-python@v5.2.0 with: python-version: 3.8 architecture: x64