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

@@ -21,7 +21,7 @@ jobs:
if: github.repository_owner == 'PrismLauncher' && github.event.pull_request.merged == true && (github.event_name != 'labeled' || startsWith('backport', github.event.label.name))
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Create backport PRs