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

This commit is contained in:
renovate[bot]
2025-08-11 15:25:38 +00:00
committed by GitHub
parent 0e38deb199
commit 29dc75ec63
7 changed files with 7 additions and 7 deletions

View File

@@ -105,7 +105,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{ steps.merge-commit.outputs.merge-commit-sha || github.sha }}