Skip to content

Commit 7c57ff6

Browse files
chore(deps): update actions/checkout action to v3.1.0
1 parent 80cb441 commit 7c57ff6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77

88
steps:
9-
- uses: actions/checkout@v3.0.2
9+
- uses: actions/checkout@v3.1.0
1010
- name: Use Node.js ${{ matrix.node-version }}
1111
uses: actions/setup-node@v3
1212
with:

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
# Job steps
1212
steps:
13-
- uses: actions/checkout@v3.0.2
13+
- uses: actions/checkout@v3.1.0
1414
with:
1515
fetch-depth: 0 # 👈 Required to retrieve git history
1616
# Skip if there is no difference in snapshots

0 commit comments

Comments
 (0)