update github actions (#3858)

actions/checkout got updated last night

---------

Co-authored-by: veeck <gitkraken@veeck.de>
This commit is contained in:
Veeck
2025-08-12 21:14:41 +02:00
committed by GitHub
parent 839d074df1
commit 0ca7d23b69
5 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ jobs:
node-version: [22.14.0, 22.x, 24.x]
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: "Use Node.js ${{ matrix.node-version }}"
uses: actions/setup-node@v4
with: