diff --git a/.github/workflows/generate-instance.yml b/.github/workflows/generate-instance.yml index f790c12..88add36 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.1.7 + uses: actions/cache@v3.3.0 with: path: "**/cache" key: SC-${{ runner.os }}-${{ hashFiles('**/config.json', '**/sourcecred.json', '**/yarn.lock') }}