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

This commit is contained in:
renovate[bot]
2023-09-04 15:02:01 +00:00
committed by GitHub
parent ad6f15f293
commit 7dd2530027
5 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,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@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Create backport PRs