From 741083b6e9202c28160eb1dfedcf2e5172da9b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 02:00:57 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [tcort/github-action-markdown-link-check](https://github.com/tcort/github-action-markdown-link-check) and [actions/stale](https://github.com/actions/stale). Updates `tcort/github-action-markdown-link-check` from 75e8eff79b17a74255f5d39b8e8fe66b9ce891f6 to f3d33029dca1c4a24b87e2df648f9f4604ef6533 - [Release notes](https://github.com/tcort/github-action-markdown-link-check/releases) - [Commits](https://github.com/tcort/github-action-markdown-link-check/compare/75e8eff79b17a74255f5d39b8e8fe66b9ce891f6...f3d33029dca1c4a24b87e2df648f9f4604ef6533) Updates `actions/stale` from 10.0.0 to 10.1.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/3a9db7e6a41a89f618792c92c0e97cc736e1b13f...5f858e3efba33a5ca4407a664cc011ad407f2008) --- updated-dependencies: - dependency-name: tcort/github-action-markdown-link-check dependency-version: f3d33029dca1c4a24b87e2df648f9f4604ef6533 dependency-type: direct:production dependency-group: github-actions - dependency-name: actions/stale dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/markdown_linter.yml | 2 +- .github/workflows/no-response.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/markdown_linter.yml b/.github/workflows/markdown_linter.yml index 01897caa24..7d7b4a5c4c 100644 --- a/.github/workflows/markdown_linter.yml +++ b/.github/workflows/markdown_linter.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - - uses: tcort/github-action-markdown-link-check@75e8eff79b17a74255f5d39b8e8fe66b9ce891f6 + - uses: tcort/github-action-markdown-link-check@f3d33029dca1c4a24b87e2df648f9f4604ef6533 with: use-quiet-mode: 'yes' config-file: 'mlc_config.json' diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index a8dbc6beff..d1501e324e 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.repository_owner == 'dart-lang' }} steps: - - uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f + - uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 with: days-before-stale: -1 days-before-close: 14