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 c224ed8 commit e6ccb9bCopy full SHA for e6ccb9b
.github/workflows/shipjs-manual-prepare.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Get yarn cache
15
id: yarn-cache
16
run: echo "::set-output name=dir::$(yarn cache dir)"
17
- - uses: actions/cache@v2.1.6
+ - uses: actions/cache@v4.0.2
18
with:
19
path: ${{ steps.yarn-cache.outputs.dir }}
20
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
.github/workflows/shipjs-trigger.yml
@@ -18,7 +18,7 @@ jobs:
21
22
23
24
0 commit comments