Skip to content

Commit

Permalink
Merge pull request #914 from Cyan4973/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
Cyan4973 authored Jan 30, 2024
2 parents b302f24 + d95a5c4 commit 56c867f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:

- name: Setup cache
id: cache-system-libraries
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{env.EM_CACHE_FOLDER}}
key: em${{env.EM_VERSION}}-node${{ matrix.node-version }}-${{ runner.os }}
Expand Down

0 comments on commit 56c867f

Please sign in to comment.