ci(github-action)!: Update actions/checkout action to v5 #4

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

View file

@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
fetch-depth: 0 fetch-depth: 0