diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a42c3bf01..4d7f844f5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Clear cache # Clearing the cache means that all threads will be downloaded again.