diff --git a/.github/workflows/repository-validation.yml b/.github/workflows/repository-validation.yml
index 46c113a..e79bda4 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@42375524e23c412d93fb67b49958b491fce71c38  # V5.4.0
+        uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55  # V5.5.0
         with:
           python-version: ${{ needs.get-python-version.outputs.version }}