Skip to content

Commit

Permalink
ci: upgrade action version
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Feb 6, 2025
1 parent b9bb3f8 commit 3acd3fd
Show file tree
Hide file tree
Showing 10 changed files with 832 additions and 514 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
Expand All @@ -29,8 +29,8 @@ jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
Expand All @@ -54,10 +54,10 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down Expand Up @@ -85,8 +85,8 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Run Playwright tests
run: pnpm exec playwright test

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
if: contains(github.event.head_commit.message, 'release(addon-')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
run_install: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
run_install: true

Expand Down
2 changes: 1 addition & 1 deletion demo/custom/valaxy-theme-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "valaxy-theme-custom",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.15.4",
"packageManager": "pnpm@10.2.0",
"author": {
"email": "[email protected]",
"name": "YunYouJun",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.22.7",
"private": true,
"packageManager": "pnpm@9.15.4",
"packageManager": "pnpm@10.2.0",
"description": "📄 Vite & Vue powered static blog generator.",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -82,36 +82,36 @@
"valaxy-theme-yun": "workspace:*"
},
"devDependencies": {
"@antfu/eslint-config": "^4.0.0",
"@antfu/eslint-config": "^4.1.1",
"@iconify-json/logos": "catalog:",
"@iconify-json/vscode-icons": "catalog:",
"@microsoft/api-extractor": "^7.49.1",
"@playwright/test": "^1.50.0",
"@microsoft/api-extractor": "^7.49.2",
"@playwright/test": "^1.50.1",
"@types/debug": "^4.1.12",
"@types/markdown-it-attrs": "^4.1.3",
"@types/markdown-it-container": "^2.0.10",
"@types/markdown-it-emoji": "^3.0.1",
"@types/node": "^22.10.10",
"@types/node": "^22.13.1",
"@types/prompts": "^2.4.9",
"@types/resolve": "^1.20.6",
"bumpp": "^10.0.0",
"bumpp": "^10.0.2",
"cross-env": "^7.0.3",
"eslint": "^9.19.0",
"https-localhost": "^4.7.1",
"husky": "^9.1.7",
"lint-staged": "^15.4.2",
"lint-staged": "^15.4.3",
"npm-run-all": "^4.1.5",
"prompts": "^2.4.2",
"rimraf": "^6.0.1",
"stylelint": "^16.13.2",
"stylelint": "^16.14.1",
"stylelint-config-recommended-vue": "^1.6.0",
"stylelint-config-standard-scss": "^14.0.0",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"tsx": "^4.19.2",
"typescript": "catalog:",
"unbuild": "catalog:",
"vite-node": "^3.0.4",
"vitest": "^3.0.4",
"vite-node": "^3.0.5",
"vitest": "^3.0.5",
"vue-tsc": "2.2.0",
"zx": "catalog:"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"splitpanes": "^3.1.8",
"typescript": "catalog:",
"unbuild": "catalog:",
"unplugin-vue-router": "^0.11.1",
"unplugin-vue-router": "^0.11.2",
"vite": "catalog:",
"vue-i18n": "catalog:",
"zod": "^3.24.1"
Expand Down
14 changes: 7 additions & 7 deletions packages/valaxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@vueuse/core": "12.0.0-beta.1",
"@vueuse/integrations": "12.0.0-beta.1",
"beasties": "^0.2.0",
"birpc": "^2.0.19",
"birpc": "^2.2.0",
"consola": "^3.4.0",
"cross-spawn": "^7.0.6",
"css-i18n": "^0.0.5",
Expand All @@ -88,7 +88,7 @@
"feed": "^4.2.2",
"floating-vue": "^5.2.2",
"fs-extra": "^11.3.0",
"fuse.js": "^7.0.0",
"fuse.js": "^7.1.0",
"gray-matter": "^4.0.3",
"hookable": "^5.5.3",
"html-to-text": "^9.0.5",
Expand All @@ -111,19 +111,19 @@
"mlly": "^1.7.4",
"nprogress": "^0.2.0",
"open": "10.1.0",
"ora": "^8.1.1",
"ora": "^8.2.0",
"pascalcase": "^2.0.0",
"pathe": "^2.0.2",
"pinia": "^2.3.1",
"qrcode": "^1.5.4",
"resolve-global": "^2.0.0",
"sass": "^1.83.4",
"shiki": "^2.1.0",
"sass": "^1.84.0",
"shiki": "^2.3.1",
"star-markdown-css": "^0.5.3",
"unocss": "^65.4.3",
"unplugin-vue-components": "^28.0.0",
"unplugin-vue-markdown": "^28.1.0",
"unplugin-vue-router": "^0.11.1",
"unplugin-vue-markdown": "^28.3.0",
"unplugin-vue-router": "^0.11.2",
"vanilla-lazyload": "^19.1.3",
"vite": "catalog:",
"vite-dev-rpc": "^1.0.7",
Expand Down
Loading

1 comment on commit 3acd3fd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://yun.valaxy.site as production
🚀 Deployed on https://67a49797c25885007a6a422c--valaxy.netlify.app

Please sign in to comment.