Skip to content

Commit

Permalink
Merge pull request #1087 from Chia-Network/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
TheLastCicada authored Nov 1, 2024
2 parents ad4983e + 52f5507 commit 2dbbf4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
echo "CACHE_KEY=$CACHE_KEY" >> $GITHUB_OUTPUT
- name: Setup NPM Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: node_modules
key: ${{ steps.npm-cache.outputs.CACHE_KEY }}
Expand Down

0 comments on commit 2dbbf4a

Please sign in to comment.