From 79ea6279d5bdcc7b6dc74969f7812b3da8afbdc7 Mon Sep 17 00:00:00 2001 From: AnastasiyaHladina <151741318+AnastasiyaHladina@users.noreply.github.com> Date: Sat, 18 Oct 2025 01:09:48 +0300 Subject: [PATCH] chore: update GitHub actions version (#10405) * chore: update actions/stale version * chore: update stefanzweifel/git-auto-commit-action version * chore: update actions/stale action version --- .github/workflows/auto_close_prs.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/stale.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto_close_prs.yml b/.github/workflows/auto_close_prs.yml index a18e0ea135..e15f40bbea 100644 --- a/.github/workflows/auto_close_prs.yml +++ b/.github/workflows/auto_close_prs.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Close unsigned PRs - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: script: | const now = new Date(); diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dab3c50a06..84f64ebd25 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,6 +25,6 @@ jobs: - run: yarn lint --fix - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "Applied automatic fixes" diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4675694bf5..f62a6df37b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,7 +12,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v5 + - uses: actions/stale@v10 with: stale-pr-message: "This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days" stale-issue-message: "This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days"