diff --git a/.github/workflows/repository-validation.yml b/.github/workflows/repository-validation.yml index 77b96ad..db71c35 100644 --- a/.github/workflows/repository-validation.yml +++ b/.github/workflows/repository-validation.yml @@ -77,7 +77,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # V4.1.7 - name: Set up Python ${{ needs.get-python-version.outputs.version }} - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # V5.1.1 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # V5.2.0 with: python-version: ${{ needs.get-python-version.outputs.version }}