ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update actions/checkout action to v5

#52
Closed renovate[bot] wants to merge renovate/actions-checkout-5.x into main
4 files +10 -10
.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
3333 with:
3434 fetch-depth: 0
3535