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 Sep 18, 2024
1 parent a552869 commit 0380b3e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- name: Install Dependencies
run: bun install
- name: Runs Prettier Formatter
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- name: Install Dependencies
run: bun install
- name: Runs cSpell Spell Checker
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- name: Install Dependencies
run: bun install
- name: Runs Markdown Linter
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- name: Install Dependencies
run: bun install
- name: Runs ESLint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4 # v4

- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2

- name: "Install dependencies"
run: bun install --production --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
persist-credentials: false # <--- checking this in commit context

- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2

- name: "Install dependencies"
run: bun install --production --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
ref: "${{ github.event.inputs.ref }}"

- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2

- name: "Install dependencies"
run: bun install --production --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 'latest'
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2

- name: "Install dependencies"
run: bun install --production --frozen-lockfile
Expand Down

0 comments on commit 0380b3e

Please sign in to comment.