We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd6767 commit 83377d0Copy full SHA for 83377d0
.github/workflows/markdown_linter.yml
@@ -17,4 +17,4 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
20
- - uses: DavidAnson/markdownlint-cli2-action@a23dae216ce3fee4db69da41fed90d2a4af801cf
+ - uses: DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265
.github/workflows/no-response.yml
@@ -19,7 +19,7 @@ jobs:
if: ${{ github.repository_owner == 'google' }}
21
22
- - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e
+ - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
23
with:
24
# Don't automatically mark inactive issues+PRs as stale.
25
days-before-stale: -1
0 commit comments