Skip to content

Commit

Permalink
chore(deps): update oven-sh/setup-bun action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 24, 2024
1 parent 76c2d7f commit 0361079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
workspaces: "./attractors -> pkg"

- name: 安装 Bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@v2

- name: 安装依赖
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
workspaces: "./attractors -> pkg"

- name: 安装 Bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@v2

- name: 安装依赖
run: |
Expand Down

0 comments on commit 0361079

Please sign in to comment.