Skip to content

Commit

Permalink
fix: use last action
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Oct 22, 2024
1 parent 2e8daea commit f8651b9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v2.0.1
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup bun
uses: oven-sh/setup-bun@v2.0.1
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
- name: Setup bun
uses: oven-sh/setup-bun@v2.0.1
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v2.0.1
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check_posix_paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup bun
uses: oven-sh/setup-bun@v2.0.1
uses: oven-sh/setup-bun@v2
with:
bun-version: latest

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup bun
uses: oven-sh/setup-bun@v2.0.1
uses: oven-sh/setup-bun@v2
with:
bun-version: latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Check out
uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v2.0.1
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
Expand Down

0 comments on commit f8651b9

Please sign in to comment.