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 fed5995 commit 596b937Copy full SHA for 596b937
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
outputs:
15
yarn-cache-key: ${{ steps.yarn-cache-key.outputs.key }}
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
18
- uses: actions/setup-node@v3
19
with:
20
node-version: '16.x'
@@ -48,7 +48,7 @@ jobs:
48
runs-on: ubuntu-latest
49
needs: cache
50
51
52
53
54
@@ -75,7 +75,7 @@ jobs:
75
needs: [cache, lint]
76
if: ${{ github.actor != 'dependabot[bot]' }}
77
78
79
80
# pulls all commits (needed for lerna / semantic release to correctly version)
81
fetch-depth: "0"
0 commit comments