diff --git a/.github/workflows/clean-acr.yml b/.github/workflows/clean-acr.yml index eb82134c75..edf47a6143 100644 --- a/.github/workflows/clean-acr.yml +++ b/.github/workflows/clean-acr.yml @@ -33,7 +33,7 @@ jobs: - name: checkout repo content uses: actions/checkout@v4 # checkout the repo - name: setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.x' - name: Execute clean-acr.py