diff --git a/.github/workflows/setup-data.yml b/.github/workflows/setup-data.yml index 4e326d0..1ffb0de 100644 --- a/.github/workflows/setup-data.yml +++ b/.github/workflows/setup-data.yml @@ -17,7 +17,7 @@ jobs: # 1. ATTEMPT TO RESTORE FROM CACHE - name: Restore cached data id: cache-data - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: data/ # The folder you want to cache # The key determines if we have a match.