ReviewOS

also looking at this

pantry-pm/pantry

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

#136
Closed chrisbbreuer wants to merge buddy-bot/update-major-update---actions/checkout-1755886247365 into main
1 file +1 -1

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/launchpad-install.ymlmodified+1-1
Changes to .github/workflows/launchpad-install.yml
@@ -29,7 +29,7 @@ jobs:
2929
3030 steps:
3131 - name: Checkout repository
32 uses: actions/checkout@v4
32 uses: actions/checkout@v5.0.0
3333 with:
3434 fetch-depth: 0
3535