Skip to content

Commit a320866

Browse files
authored
Update dependencies (#379)
1 parent ce8279a commit a320866

File tree

2 files changed

+712
-882
lines changed

2 files changed

+712
-882
lines changed

.github/actions/setup-npm-cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
using: composite
55
steps:
66
- id: npm-cache-dir
7-
run: echo "::set-output name=dir::$(npm config get cache)"
7+
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
88
shell: bash
99
- uses: actions/cache@v3
1010
with:

0 commit comments

Comments
 (0)