ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update dependency actions/checkout to v5.0.0

#177
Closed chrisbbreuer wants to merge buddy-bot/update-major-update---actions/checkout-1756152550812 into main
3 files +6 -6

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

.github/workflows/ci.ymlmodified+4-4
Changes to .github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
1818 runs-on: ubuntu-latest
1919
2020 steps:
21 - uses: actions/checkout@v4
21 - uses: actions/checkout@v5.0.0
2222
2323 - name: Install Bun
2424 uses: oven-sh/setup-bun@v2
@@ -41,7 +41,7 @@ jobs:
4141 runs-on: ubuntu-latest
4242
4343 steps:
44 - uses: actions/checkout@v4
44 - uses: actions/checkout@v5.0.0
4545
4646 - name: Install Bun
4747 uses: oven-sh/setup-bun@v2
@@ -64,7 +64,7 @@ jobs:
6464 runs-on: ubuntu-latest
6565
6666 steps:
67 - uses: actions/checkout@v4
67 - uses: actions/checkout@v5.0.0
6868
6969 - name: Install Bun
7070 uses: oven-sh/setup-bun@v2
@@ -90,7 +90,7 @@ jobs:
9090 runs-on: ubuntu-latest
9191
9292 steps:
93 - uses: actions/checkout@v4
93 - uses: actions/checkout@v5.0.0
9494
9595 - name: Install Bun
9696 uses: oven-sh/setup-bun@v2