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
@@ -33,13 +33,13 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ inputs.base_branch }}
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v5
with:
node-version: "24.x"
cache: npm