Skip to content

Commit d630819

Browse files
chore(deps): update actions/checkout action to v3
1 parent aad4dca commit d630819

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
outputs:
1515
yarn-cache-key: ${{ steps.yarn-cache-key.outputs.key }}
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- uses: actions/setup-node@v2
1919
with:
2020
node-version: '16.x'
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
needs: cache
5050
steps:
51-
- uses: actions/checkout@v2
51+
- uses: actions/checkout@v3
5252
- uses: actions/setup-node@v2
5353
with:
5454
node-version: '16.x'
@@ -75,7 +75,7 @@ jobs:
7575
needs: [cache, lint]
7676
if: ${{ github.actor != 'dependabot[bot]' }}
7777
steps:
78-
- uses: actions/checkout@v2
78+
- uses: actions/checkout@v3
7979
with:
8080
# pulls all commits (needed for lerna / semantic release to correctly version)
8181
fetch-depth: "0"

0 commit comments

Comments
 (0)