From af5d3b729bc098067e4aa6d6ac6d56fdc315b0d6 Mon Sep 17 00:00:00 2001 From: Roman <4456572+sturman@users.noreply.github.com> Date: Sun, 11 May 2025 16:58:01 +0300 Subject: [PATCH] chore: update GitHub actions (#10480) --- .github/workflows/build.yml | 16 ++++++++-------- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/docs.yml | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15a89ad2..5120d191 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,12 +6,12 @@ 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: 22 @@ -49,12 +49,12 @@ 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: 22 @@ -161,12 +161,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install Node - uses: actions/setup-node@v3.7.0 + uses: actions/setup-node@v4.4.0 with: node-version: 22 @@ -315,7 +315,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -324,7 +324,7 @@ jobs: if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags')) - name: Installing Node - uses: actions/setup-node@v3.7.0 + uses: actions/setup-node@v4.4.0 with: node-version: 22 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1d4eb2db..fa4e5f4a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 00a187c0..69588811 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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: |