Merge pull request #9 from fuomag9/dependabot/github_actions/actions/checkout-5

ci(deps): bump actions/checkout from 4 to 5
This commit is contained in:
fuomag9
2025-11-04 23:38:10 +01:00
committed by GitHub

View File

@@ -67,7 +67,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
# For pull_request_target, checkout the PR head
ref: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || '' }}