Skip to content

Commit

Permalink
build(deps): bump actions/cache from 3 to 4 (#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Jan 19, 2024
2 parents e1d747e + 7e49b72 commit 951a248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
node: ${{ env.NODE_VERSION }}

- name: Save build artifacts
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: .
key: ${{ env.CACHE_KEY }}
Expand Down

0 comments on commit 951a248

Please sign in to comment.