Update GitHub Actions to use actions/checkout@v5 (Node.js 24 compatible)

This commit is contained in:
Sebastian Palencsar
2026-05-04 19:06:55 +02:00
parent dec6c8f503
commit cc09b629a3
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ jobs:
useradd -m -u 1000 builder || true
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{ inputs.tag || github.ref_name }}