diff --git a/.github/workflows/generate-instance.yml b/.github/workflows/generate-instance.yml index 9d487e7b..ce2c743b 100644 --- a/.github/workflows/generate-instance.yml +++ b/.github/workflows/generate-instance.yml @@ -19,7 +19,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@v4.0.2 + uses: actions/cache@v4.1.1 with: path: '**/cache' key: SC-${{ runner.os }}-${{ hashFiles('**/config.json', '**/sourcecred.json', '**/yarn.lock') }}