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

ci: (RI-4198) Update CI runners #7

Closed
wants to merge 10 commits into from
14 changes: 8 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,23 @@ on:
jobs:
release:
runs-on: ubuntu-latest
container:
image: oven/bun:slim
steps:
- name: 💻 Checkout current pull-request revision code
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.DEVOPS_USER_TOKEN }}

- name: 🟢 Configure Bun on runner
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
# - name: 🟢 Configure Bun on runner
# uses: oven-sh/setup-bun@v1
# with:
# bun-version: latest

- name: 🔵 Install Task
uses: arduino/setup-task@v2

- name: 💼 Configure Git user
run: |
git config user.name "gbh-devops-bot"
Expand Down