Skip to content

Commit cb26f99

Browse files
authored
Merge pull request #297 from arunsathiya/main
ci: Use GITHUB_OUTPUT envvar instead of set-output command
2 parents 0569938 + b4f6861 commit cb26f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Get npm cache directory
1717
id: npm-cache
1818
run: |
19-
echo "::set-output name=dir::$(npm config get cache)"
19+
echo "dir=$(npm config get cache)" >> "$GITHUB_OUTPUT"
2020
- uses: actions/cache@v4
2121
with:
2222
path: ${{ steps.npm-cache.outputs.dir }}

0 commit comments

Comments
 (0)