Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump oven-sh/setup-bun from a1800f471a0bc25cddac36bb13e6f436ddf341d7 to 8642d99a51e2bb0e2548de7b1910bc95e88b932a #29

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: 'Checkout'
uses: 'actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11'
- name: 'Use Bun ${{ matrix.bun_version }}'
uses: 'oven-sh/setup-bun@a1800f471a0bc25cddac36bb13e6f436ddf341d7'
uses: 'oven-sh/setup-bun@8642d99a51e2bb0e2548de7b1910bc95e88b932a'
with:
bun-version: '${{ matrix.bun_version }}'
- name: 'Download module artifact'
Expand Down
Loading