chore(deps): update actions (#346)

This commit is contained in:
2025-11-14 09:36:58 +02:00
committed by GitHub
parent 4e3e2a559e
commit 681e0f828a
47 changed files with 69 additions and 68 deletions

View File

@@ -51,7 +51,7 @@ runs:
# │ Git Checkout │
# ╰──────────────────────────────────────────────────────────╯
- name: Checkout Code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v6-beta
with:
token: ${{ inputs.token || github.token }}
ref: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref_name }}