Skip to content

Commit

Permalink
Merge pull request #2331 from accelerator-blueprints/renovate/actions…
Browse files Browse the repository at this point in the history
…-cache-4.x

chore(deps): update actions/cache action to v4
  • Loading branch information
ivankatliarchuk authored Mar 23, 2024
2 parents ec80e33 + 96daf0c commit 70cb81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/01-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/cache@v3.2.6
- uses: actions/cache@v4.0.2
with:
path: |
~/.npm
Expand Down

0 comments on commit 70cb81d

Please sign in to comment.