ci: bump checkout and setup-bun in test workflows to Node 24 releases (#1379)

actions/checkout v4 and oven-sh/setup-bun v2.0.2 run on the deprecated
Node 20 action runtime and emit a deprecation warning on every run.
Bump to checkout v6.0.2 and setup-bun v2.2.0 (both Node 24).

Co-authored-by: ant-kurt <209710463+ant-kurt@users.noreply.github.com>
This commit is contained in:
ant-kurt
2026-06-02 12:03:04 -07:00
committed by GitHub
co-authored by ant-kurt
parent dc081a3809
commit bfad70d6a1
6 changed files with 17 additions and 17 deletions
@@ -16,7 +16,7 @@ jobs:
test-custom-executables:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install Bun manually
run: |