Skip to content

Commit 7cf7e81

Browse files
chore(deps): update all non-major dependencies
1 parent b9c66cd commit 7cf7e81

File tree

5 files changed

+587
-431
lines changed

5 files changed

+587
-431
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
25+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2626
with:
2727
persist-credentials: false
2828

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
16+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717
with:
1818
persist-credentials: false
1919

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin",
33
"type": "module",
44
"version": "3.0.0-beta.3",
5-
"packageManager": "pnpm@10.23.0",
5+
"packageManager": "pnpm@10.24.0",
66
"description": "Unified plugin system for build tools",
77
"license": "MIT",
88
"homepage": "https://unplugin.unjs.io",

0 commit comments

Comments
 (0)