diff --git a/.github/workflows/mirror-images.yml b/.github/workflows/mirror-images.yml index a76af4b984..6c9e05c234 100644 --- a/.github/workflows/mirror-images.yml +++ b/.github/workflows/mirror-images.yml @@ -62,7 +62,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.12'