We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf4750 commit 9f4f669Copy full SHA for 9f4f669
.github/workflows/nodejs.yml
@@ -26,7 +26,7 @@ jobs:
26
id: yarn-cache
27
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
28
29
- - uses: actions/[email protected].5
+ - uses: actions/[email protected].6
30
with:
31
path: ${{ steps.yarn-cache.outputs.dir }}
32
key: yarn2-${{ hashFiles('yarn.lock') }}
0 commit comments