From 321ab5a9d6400ac9398cef9751bb44bb87121875 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 15:55:17 +0300 Subject: [PATCH] chore(workflows): update actions/checkout action to v5 (#21483) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- .github/workflows/clean-cache.yml | 2 +- .github/workflows/crowdin-sync-docs-translations.yml | 2 +- .github/workflows/crowdin-update-docs-resources.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/fossa.yml | 2 +- .github/workflows/publish-doc.yml | 2 +- .github/workflows/renovate.yml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9a283124..cb022e939 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,7 @@ jobs: # - macos-latest runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: @@ -97,7 +97,7 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install dependencies uses: bahmutov/npm-install@v1 with: diff --git a/.github/workflows/clean-cache.yml b/.github/workflows/clean-cache.yml index d73d9235e..9fe24bb07 100644 --- a/.github/workflows/clean-cache.yml +++ b/.github/workflows/clean-cache.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Cleanup run: | diff --git a/.github/workflows/crowdin-sync-docs-translations.yml b/.github/workflows/crowdin-sync-docs-translations.yml index f1b586cce..7e8083c4b 100644 --- a/.github/workflows/crowdin-sync-docs-translations.yml +++ b/.github/workflows/crowdin-sync-docs-translations.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Use Node.js LTS uses: actions/setup-node@v4 with: diff --git a/.github/workflows/crowdin-update-docs-resources.yml b/.github/workflows/crowdin-update-docs-resources.yml index 4c1cb0d5d..be9c62d70 100644 --- a/.github/workflows/crowdin-update-docs-resources.yml +++ b/.github/workflows/crowdin-update-docs-resources.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Use Node.js LTS uses: actions/setup-node@v4 with: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4181218ab..f646f8031 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -37,7 +37,7 @@ jobs: name: Docs runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install dependencies (Node.js) uses: bahmutov/npm-install@v1 with: diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index cc22918bd..068dfc761 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -13,7 +13,7 @@ jobs: env: FOSSA_API_KEY: ${{secrets.FOSSA_API_KEY}} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: master - name: Install dependencies diff --git a/.github/workflows/publish-doc.yml b/.github/workflows/publish-doc.yml index ea8c5cf39..ec5c25043 100644 --- a/.github/workflows/publish-doc.yml +++ b/.github/workflows/publish-doc.yml @@ -17,7 +17,7 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: | git config user.name github-actions git config user.email github-actions@github.com diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index f5afbd862..234a7aadb 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -23,7 +23,7 @@ jobs: name: Check Renovate Configs runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Validate Renovate Config uses: rinchsan/renovate-config-validator@v0.2.0 with: