Skip to content

Commit

Permalink
ci: update actions/cache action to v4 (#752)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Reece Carolan <reece@mycopilot.com>
  • Loading branch information
renovate[bot] and Xhale1 committed Mar 10, 2024
1 parent 4f9d0fb commit 5c51a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version-file: .node-version

- name: Cache pnpm modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down

0 comments on commit 5c51a75

Please sign in to comment.