diff --git a/.github/workflows/generate-instance.yml b/.github/workflows/generate-instance.yml index 80d434a..fc8266f 100644 --- a/.github/workflows/generate-instance.yml +++ b/.github/workflows/generate-instance.yml @@ -32,7 +32,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.1.4 + uses: actions/cache@v3.2.5 with: path: '**/cache' key: SC-${{ runner.os }}-${{ hashFiles('**/config.json', '**/sourcecred.json', '**/yarn.lock') }}