aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-06-17 08:53:32 +0200
committerGitHub <[email protected]>2024-06-17 08:53:32 +0200
commite3d134990e30593208b8331be7266858fd52d58a (patch)
treedb31e09ec25c464852195349f37bca16e7e8f695
parent705b63ba120746fbed8a3ae89a7574075838364b (diff)
downloadfaker-e3d134990e30593208b8331be7266858fd52d58a.tar.xz
faker-e3d134990e30593208b8331be7266858fd52d58a.zip
chore(deps): update all non-major dependencies (#2951)
-rw-r--r--.github/workflows/ci.yml14
-rw-r--r--.github/workflows/pr.yml2
-rw-r--r--package.json2
3 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 07d5641a..b5145a03 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
name: 'Build & Unit Test: node-${{ matrix.node_version }}, ${{ matrix.os }}'
steps:
- name: Checkout
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
# Required for docs/versions tests
fetch-depth: 0
@@ -70,7 +70,7 @@ jobs:
run: date
- name: Checkout
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
# Required for docs/versions tests
fetch-depth: 0
@@ -104,7 +104,7 @@ jobs:
name: 'E2E Doc Test: node-22, ubuntu-latest'
steps:
- name: Checkout
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install pnpm
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
@@ -125,7 +125,7 @@ jobs:
name: 'Lint: node-22, ubuntu-latest'
steps:
- name: Checkout
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
@@ -155,7 +155,7 @@ jobs:
name: 'TS-Check: node-22, ubuntu-latest'
steps:
- name: Checkout
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
@@ -185,7 +185,7 @@ jobs:
name: 'Codecov: node-22, ubuntu-latest'
steps:
- name: Checkout
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
@@ -210,7 +210,7 @@ jobs:
run: pnpm vitest run --coverage
- name: Upload coverage to Codecov
- uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
+ uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index 6bf5ed44..37a8ad7e 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -15,7 +15,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
diff --git a/package.json b/package.json
index 00889141..e639ad1a 100644
--- a/package.json
+++ b/package.json
@@ -133,7 +133,7 @@
"vitest": "1.6.0",
"vue": "3.4.29"
},
- "packageManager": "[email protected]",
+ "packageManager": "[email protected]",
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"