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

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: develop
- name: Set up Node.js