We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e6760 commit 46f00f9Copy full SHA for 46f00f9
.github/actions/yarn-install/action.yml
@@ -4,7 +4,7 @@ description: 'Installs the dependencies using Yarn'
4
runs:
5
using: 'composite'
6
steps:
7
- - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
+ - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
8
with:
9
path: |
10
./node_modules/
0 commit comments