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 80cb441 commit 7c57ff6Copy full SHA for 7c57ff6
.github/workflows/size.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
8
steps:
9
- - uses: actions/checkout@v3.0.2
+ - uses: actions/checkout@v3.1.0
10
- name: Use Node.js ${{ matrix.node-version }}
11
uses: actions/setup-node@v3
12
with:
.github/workflows/storybook.yml
@@ -10,7 +10,7 @@ jobs:
# Job steps
13
14
15
fetch-depth: 0 # 👈 Required to retrieve git history
16
# Skip if there is no difference in snapshots
0 commit comments