Skip to content

Commit ffcf673

Browse files
committed
ci: bump actions to latest majors and switch to r5n-m2-ultra runner
- runs-on: ubuntu-latest -> r5n-m2-ultra - actions/checkout: v4 -> v6 - softprops/action-gh-release: v2 -> v3 - oven-sh/setup-bun: kept at v2 (current major)
1 parent 547f799 commit ffcf673

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ concurrency:
3131

3232
jobs:
3333
release:
34-
runs-on: ubuntu-latest
34+
runs-on: r5n-m2-ultra
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v6
3737
with:
3838
fetch-depth: 0
3939
token: ${{ secrets.GITHUB_TOKEN }}
@@ -158,7 +158,7 @@ jobs:
158158
159159
- name: Create GitHub Release
160160
if: github.event.inputs.target != 'dry-run'
161-
uses: softprops/action-gh-release@v2
161+
uses: softprops/action-gh-release@v3
162162
with:
163163
tag_name: ${{ steps.version.outputs.tag }}
164164
name: ${{ steps.version.outputs.tag }}

.github/workflows/typescript_and_lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ concurrency:
1414

1515
jobs:
1616
lint:
17-
runs-on: ubuntu-latest
17+
runs-on: r5n-m2-ultra
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020

2121
- uses: oven-sh/setup-bun@v2
2222
with:

0 commit comments

Comments
 (0)