We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe5c90 commit 709bd31Copy full SHA for 709bd31
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/setup-node@v2
21
- name: Install esy
22
run: npm install -g esy
23
- - uses: esy/github-action@4cde7829376ee130ecbe46af18fbaebc4f574fd6
+ - uses: esy/github-action@62a0e2e0c698c85aa64a08fc4f6cde84fc26da2b
24
with:
25
cache-key: ${{ hashFiles('esy.lock/index.json') }}
26
- name: Export esy cache
0 commit comments