diff --git a/.github/workflows/repository-validation.yml b/.github/workflows/repository-validation.yml index 2e19d29..1ba0451 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@a26af69be951a213d495a4c3e4e4022e16d87065 # V5.6.0 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # V6.0.0 with: python-version: ${{ needs.get-python-version.outputs.version }}