Skip to content

Commit

Permalink
Merge pull request #236 from nation3/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4.0.0

chore(deps): bump actions/cache from 3.3.2 to 4.0.0
  • Loading branch information
TTNguyenDev authored Feb 21, 2024
2 parents c628cbe + a5bbe09 commit 0235d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v3.3.2
uses: actions/cache@v4.0.0
with:
path: '**/cache'
key: SC-${{ runner.os }}-${{ hashFiles('**/config.json', '**/sourcecred.json', '**/yarn.lock') }}
Expand Down

0 comments on commit 0235d87

Please sign in to comment.