diff --git a/.github/workflows/generate-instance.yml b/.github/workflows/generate-instance.yml index 00026ed..4f5699a 100644 --- a/.github/workflows/generate-instance.yml +++ b/.github/workflows/generate-instance.yml @@ -17,7 +17,7 @@ jobs: persist-credentials: false # Required to make github pages deployment work correctly - name: Cache Data # Cache SourceCred Data, invalidating if any of the config changes or the SC version is updated - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: '**/cache' key: SC-${{ runner.os }}-${{ hashFiles('**/config.json', '**/sourcecred.json', '**/yarn.lock') }}