pantry-pm/pantry
chore(deps): update dependency actions/checkout to v5.0.0
#164
Closed
chrisbbreuer
wants to merge
buddy-bot/update-major-update---actions/checkout-1756081412169
into
main
1 file
+1
-1
.github/workflows/launchpad-install.ymlmodified+1-1Changes to .github/workflows/launchpad-install.yml | @@ -29,7 +29,7 @@ jobs: |
| 29 | 29 | |
| 30 | 30 | steps: |
| 31 | 31 | - name: Checkout repository |
| 32 | | - uses: actions/checkout@v4 |
| 32 | + uses: actions/checkout@v5.0.0 |
| 33 | 33 | with: |
| 34 | 34 | fetch-depth: 0 |
| 35 | 35 | |