We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a8b1b commit ca38bfdCopy full SHA for ca38bfd
.github/workflows/ci.yaml
@@ -141,7 +141,7 @@ jobs:
141
142
# Check for any typos
143
- name: Check for typos
144
- uses: crate-ci/typos@v1.17.1
+ uses: crate-ci/typos@v1.17.2
145
with:
146
config: .github/workflows/typos.toml
147
.github/workflows/pr-auto-assign.yaml
@@ -14,4 +14,4 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Assign author
17
- uses: toshimaru/auto-author-assign@v2.0.1
+ uses: toshimaru/auto-author-assign@v2.1.0
0 commit comments