Merge pull request #1029 from stakater/renovate/actions-checkout-5.x

chore(deps): update actions/checkout action to v5
This commit is contained in:
Muhammad Safwan Karim
2025-11-04 14:28:30 +05:00
committed by GitHub
8 changed files with 9 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
token: ${{ secrets.PUBLISH_TOKEN }}
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo