diff --git a/.github/workflows/repository-validation.yml b/.github/workflows/repository-validation.yml index ea59c78..2c41b94 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@82c7e631bb3cdc910f68e0081d67478d79c6982d # V5.1.0 + uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # V5.1.1 with: python-version: ${{ needs.get-python-version.outputs.version }}