aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-03-02 08:47:09 +0100
committerGitHub <[email protected]>2022-03-02 08:47:09 +0100
commit7548b41fdce506c747c5772e7a2fa0ab33588174 (patch)
tree8d164c18140087676a33846b350b983c9c4c4fc7 /.github
parentf4768592dd49c7285d4fb7bb7e6d11b08623294d (diff)
downloadfaker-7548b41fdce506c747c5772e7a2fa0ab33588174.tar.xz
faker-7548b41fdce506c747c5772e7a2fa0ab33588174.zip
chore(deps): update actions/checkout action to v3 (#591)
Co-authored-by: Renovate Bot <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 05977c23..85b0b6de 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
name: 'Build & Unit Test: node-${{ matrix.node_version }}, ${{ matrix.os }}'
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
@@ -52,7 +52,7 @@ jobs:
name: 'E2E Doc Test: node-16, ubuntu-latest'
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
@@ -70,7 +70,7 @@ jobs:
name: 'Lint: node-16, ubuntu-latest'
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
fetch-depth: 0
@@ -101,7 +101,7 @@ jobs:
name: 'Codecov: node-16, ubuntu-latest'
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
fetch-depth: 0