Skip to content

Commit e2a04d4

Browse files
committed
ci: upgrade deps
1 parent 3893b22 commit e2a04d4

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
unit-test:
1717
uses: sxzz/workflows/.github/workflows/unit-test.yml@main
1818
with:
19-
os-matrix: '"ubuntu-latest", "windows-latest"'
2019
typecheck: pnpm run build && pnpm run typecheck
2120

2221
unit-test-bun:
@@ -26,7 +25,7 @@ jobs:
2625
uses: sxzz/workflows/setup-js@main
2726

2827
- name: Setup Bun
29-
uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2
28+
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
3029
with:
3130
bun-version: latest
3231

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626

2727
- name: Upload Artifact
28-
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
28+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
2929
with:
3030
path: ./docs/.vitepress/dist
3131

@@ -41,4 +41,4 @@ jobs:
4141
steps:
4242
- name: Deploy to GitHub Pages 🚀
4343
id: deployment
44-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
44+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0

0 commit comments

Comments
 (0)