Refresh CI runtimes and maintenance checks

This commit is contained in:
vorotamoroz
2026-09-06 05:28:32 +00:00
parent a5056ab157
commit 3e4a109862
13 changed files with 76 additions and 53 deletions
+2 -2
View File
@@ -47,13 +47,13 @@ jobs:
fi
echo "name=${BRANCH}" >> "$GITHUB_OUTPUT"
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ steps.branch.outputs.name }}
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v5
with:
node-version: "24.x"