Skip to content

Commit

Permalink
chore(deps): update oven-sh/setup-bun digest to a1800f4 (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 27, 2023
1 parent 45ff513 commit 71207ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
working-directory: runtimes/bun-script
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@4573031972107e0af692492ee967d9022deafd7b # v1
- uses: oven-sh/setup-bun@a1800f471a0bc25cddac36bb13e6f436ddf341d7 # v1
with:
bun-version: ${{ matrix.node-version }}
- run: bun install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: Bun ${{ matrix.bun-version }} ${{ matrix.test }}
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@4573031972107e0af692492ee967d9022deafd7b # v1
- uses: oven-sh/setup-bun@a1800f471a0bc25cddac36bb13e6f436ddf341d7 # v1
with:
bun-version: ${{ matrix.node-version }}
- run: bun install
Expand Down

0 comments on commit 71207ed

Please sign in to comment.