Skip to content

Commit 741083b

Browse files
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](tcort/github-action-markdown-link-check@75e8eff...f3d3302) 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](actions/stale@3a9db7e...5f858e3) --- 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] <[email protected]>
1 parent f5ea13a commit 741083b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/markdown_linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
15-
- uses: tcort/github-action-markdown-link-check@75e8eff79b17a74255f5d39b8e8fe66b9ce891f6
15+
- uses: tcort/github-action-markdown-link-check@f3d33029dca1c4a24b87e2df648f9f4604ef6533
1616
with:
1717
use-quiet-mode: 'yes'
1818
config-file: 'mlc_config.json'

.github/workflows/no-response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
if: ${{ github.repository_owner == 'dart-lang' }}
2121
steps:
22-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f
22+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008
2323
with:
2424
days-before-stale: -1
2525
days-before-close: 14

0 commit comments

Comments
 (0)