Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 6591d33

Browse files
chore(deps): update iterative/link-check action to v0.14.0 (#440)
* chore(deps): update iterative/link-check action to v0.14.0 * Upgrade link-check npm package --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: rogermparent <rogermparent@gmail.com>
1 parent 160da43 commit 6591d33

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/link-check-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ on:
55
- cron: '0 0 * * *'
66
jobs:
77
run:
8-
uses: iterative/link-check/.github/workflows/link-check-all.yml@v0.13.2
8+
uses: iterative/link-check/.github/workflows/link-check-all.yml@v0.14.0

.github/workflows/link-check-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ on:
33
deployment_status:
44
jobs:
55
run:
6-
uses: iterative/link-check/.github/workflows/link-check-deployment-status.yml@v0.13.2
6+
uses: iterative/link-check/.github/workflows/link-check-deployment-status.yml@v0.14.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"react-use": "^17.4.0",
8989
"rehype-react": "^7.1.2",
9090
"remark-preset-lint-recommended": "^6.1.2",
91-
"repo-link-check": "^0.13.0",
91+
"repo-link-check": "^0.14.0",
9292
"scroll": "^3.0.1",
9393
"slick-carousel": "^1.8.1",
9494
"theme-ui": "^0.15.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13446,10 +13446,10 @@ repeat-string@^1.0.0:
1344613446
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
1344713447
integrity sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==
1344813448

13449-
repo-link-check@^0.13.0:
13450-
version "0.13.0"
13451-
resolved "https://registry.yarnpkg.com/repo-link-check/-/repo-link-check-0.13.0.tgz#1700ae55134738505039a056ee38fa9cc077e479"
13452-
integrity sha512-y1pid2myT7zgvwk7DnX3KJs+qEYZNU4/YVyNUVFEDBQWMvck3MBtGfYjViQUP7fb4Ly5QnNNPdLCUAMtLCccMA==
13449+
repo-link-check@^0.14.0:
13450+
version "0.14.0"
13451+
resolved "https://registry.yarnpkg.com/repo-link-check/-/repo-link-check-0.14.0.tgz#8101be0a5d026f35f330c7449fba2f7e66c1bc77"
13452+
integrity sha512-c+UcRseOJom4jw4TAKNGVOyLyTCg5Wi1n8TN5SIX4EL+YJ/0G2UQDeeVyjbpSjE0BxdtSjKnBgjP5ZhH5uatuQ==
1345313453
dependencies:
1345413454
bottleneck "^2.19.5"
1345513455
commander "^9.4.0"

0 commit comments

Comments
 (0)