diff --git a/.github/actions/setup-deploy/action.yaml b/.github/actions/setup-deploy/action.yaml index f3be3106fb..10f881161d 100644 --- a/.github/actions/setup-deploy/action.yaml +++ b/.github/actions/setup-deploy/action.yaml @@ -55,7 +55,7 @@ runs: # action is run, as its only done after the "generate-jobs" job has been run # which will save a cache. - name: Restore pip's install cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip # key determines if we define or reuse an existing cache or not. Our