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

This commit is contained in:
renovate[bot]
2025-11-20 18:32:56 +00:00
committed by GitHub
parent 8b43ea486b
commit 2f8a9fb6a2
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@v5
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Create backport PRs