chore(deps): update actions/checkout action to v5 - autoclosed #41

Closed
bot wants to merge 1 commits from renovate/actions-checkout-5.x into main

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: "main"
- name: Setup sudo (required for the next step)