Skip to content

Commit 17b039c

Browse files
Bulk merge dependabot (#1706)
* chore(deps-dev): bump prettier from 3.0.2 to 3.0.3 Bumps [prettier](https://github.com/prettier/prettier) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Restart build * Restart build one more time * Try rebuild again * chore(deps): bump actions/checkout from 3 to 4 (#1692) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d9672c6 commit 17b039c

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- id: checkout
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
- id: link-check
1212
uses: gaurav-nelson/github-action-markdown-link-check@v1
1313
with:

.github/workflows/close-empty-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Close empty issues and templates
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Run empty issues closer action
1616
uses: rickstaa/empty-issues-closer-action@v1
1717
env:

.github/workflows/update-on-new-ipfs-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout ipfs-docs
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
- name: Find latest kubo tag
1515
id: latest_ipfs
1616
uses: ./.github/actions/latest-kubo-tag

.github/workflows/vale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: pr-content-check
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- id: files
1515
name: Get changed files
1616
env:

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"markdown-it-imsize": "^2.0.1",
2121
"markdown-it-task-lists": "^2.1.1",
2222
"markdown-it-video": "^0.6.3",
23-
"prettier": "^3.0.2",
23+
"prettier": "^3.0.3",
2424
"stylus-supremacy": "^2.17.3",
2525
"vuepress": "^1.9.10",
2626
"vuepress-plugin-canonical": "^1.0.0",

0 commit comments

Comments
 (0)