Skip to content

Commit d32a009

Browse files
chore(deps): update oven-sh/setup-bun action to v1.2.1 (#13)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f951d44 commit d32a009

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0 # fetch all history for commitlint
3333

3434
- name: Setup bun
35-
uses: oven-sh/setup-bun@d3603274aca5625baad52ec06108517a089cdd00 # v1.2.0
35+
uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1.2.1
3636

3737
- name: Setup Node.js
3838
# Install to use the latest version of Node.js when shebang is specified

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fetch-depth: 0 # fetch all history for semantic-release
4747

4848
- name: Setup bun
49-
uses: oven-sh/setup-bun@d3603274aca5625baad52ec06108517a089cdd00 # v1.2.0
49+
uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1.2.1
5050

5151
- name: Setup Node.js
5252
# Install to use the new version of npm in semantic-release

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2424

2525
- name: Setup bun
26-
uses: oven-sh/setup-bun@d3603274aca5625baad52ec06108517a089cdd00 # v1.2.0
26+
uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1.2.1
2727

2828
- name: Setup Node.js
2929
# Install to use the latest version of Node.js when shebang is specified
@@ -103,7 +103,7 @@ jobs:
103103
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
104104

105105
- name: Setup bun
106-
uses: oven-sh/setup-bun@d3603274aca5625baad52ec06108517a089cdd00 # v1.2.0
106+
uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1.2.1
107107

108108
- name: Setup Node.js
109109
# Install to use the latest version of Node.js when shebang is specified

0 commit comments

Comments
 (0)