Skip to content

Commit

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

chore(deps): bump actions/cache from 4.0.0 to 4.0.1
  • Loading branch information
TTNguyenDev authored Mar 1, 2024
2 parents db708a1 + e29307f commit 3edc1a9
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/[email protected].0
uses: actions/[email protected].1
with:
path: '**/cache'
key: SC-${{ runner.os }}-${{ hashFiles('**/config.json', '**/sourcecred.json', '**/yarn.lock') }}
Expand Down

0 comments on commit 3edc1a9

Please sign in to comment.