diff --git a/.github/workflows/repository-validation.yml b/.github/workflows/repository-validation.yml index 23d57d2..642d31a 100644 --- a/.github/workflows/repository-validation.yml +++ b/.github/workflows/repository-validation.yml @@ -77,7 +77,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # V4.2.2 - name: Set up Python ${{ needs.get-python-version.outputs.version }} - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # V5.3.0 + uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # V5.4.0 with: python-version: ${{ needs.get-python-version.outputs.version }}