Merge pull request #51 from linuxserver/dependabot/github_actions/actions/checkout-5

This commit is contained in:
Adam 2025-09-27 21:41:44 +01:00 committed by GitHub
commit f4c9718edc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -39,11 +39,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check Out Repo (Commit)
uses: actions/checkout@v4
uses: actions/checkout@v5
if: ${{ github.event_name != 'pull_request_target' }}
- name: Check Out Repo (PR)
uses: actions/checkout@v4
uses: actions/checkout@v5
if: ${{ github.event_name == 'pull_request_target' }}
with:
ref: ${{ github.event.pull_request.head.sha }}

View File

@ -6,7 +6,7 @@ jobs:
permission_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Check Permissions