chore: update GitHub actions (#10480)

This commit is contained in:
Roman
2025-05-11 16:58:01 +03:00
committed by GitHub
parent c3dfb351fc
commit af5d3b729b
3 changed files with 12 additions and 12 deletions

View File

@@ -7,14 +7,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Installing Node
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v4.4.0
with:
node-version: 20
node-version: 22
- name: Build
run: |