From 64b576c5e2ca71cdb140af796ad442509feb43c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 21:34:04 +0000 Subject: [PATCH] chore(ci)(deps): bump the all-actions group with 2 updates Bumps the all-actions group with 2 updates: [dorny/paths-filter](https://github.com/dorny/paths-filter) and [actions/github-script](https://github.com/actions/github-script). Updates `dorny/paths-filter` from 3 to 4 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/v3...v4) Updates `actions/github-script` from 7 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v9) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/dependabot-pr-bilingual.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8411a99..533058e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,7 +121,7 @@ jobs: uses: actions/checkout@v7 - name: Filter paths id: filter - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 with: filters: | # 所有文档/资源类文件(README*.md、CHANGELOG.md、docs/**、LICENSE、*.yml/*.yaml、*.txt、图片等) diff --git a/.github/workflows/dependabot-pr-bilingual.yml b/.github/workflows/dependabot-pr-bilingual.yml index 2c07899..9c98039 100644 --- a/.github/workflows/dependabot-pr-bilingual.yml +++ b/.github/workflows/dependabot-pr-bilingual.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Append bilingual summary - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const { owner, repo } = context.repo;