Upgrade actions/checkout to v5

This action runs using NodeJS 24 and requires GitHub Runner v2.327.1 and newer
https://github.com/actions/checkout/releases/tag/v5.0.0
This commit is contained in:
Jozef Izso 2025-09-12 13:15:16 +02:00
parent be3721d54a
commit 2211cf1035
Failed to extract signature
4 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Set Node.js
uses: actions/setup-node@v4