Skip to content

Commit 97ff277

Browse files
chore: bump actions/cache from 2 to 3 (coder#914)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98def2b commit 97ff277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fetch-depth: 0
4343

4444
- name: Cache Node Modules
45-
uses: actions/cache@v2
45+
uses: actions/cache@v3
4646
with:
4747
path: "/node_modules"
4848
key: node-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)