aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-02-28 12:23:17 +0100
committerGitHub <[email protected]>2022-02-28 12:23:17 +0100
commit4eef328a90657ce64a5210862ad372ecd97d7e7a (patch)
treef7189834003c3bf7feb10baf9e2f5592cb927046
parente099b0925f1d97d06d823db8bfc18336f37066cb (diff)
downloadfaker-4eef328a90657ce64a5210862ad372ecd97d7e7a.tar.xz
faker-4eef328a90657ce64a5210862ad372ecd97d7e7a.zip
chore(deps): update actions/setup-node action to v3 (#569)
Co-authored-by: Renovate Bot <[email protected]>
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 15af72df..05977c23 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
version: 6
- name: Set node version to ${{ matrix.node_version }}
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
cache: 'pnpm'
@@ -80,7 +80,7 @@ jobs:
version: 6
- name: Set node version to 16
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
with:
node-version: 16
cache: 'pnpm'
@@ -111,7 +111,7 @@ jobs:
version: 6
- name: Set node version to 16
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
with:
node-version: 16
cache: 'pnpm'