Skip to content

Commit 670d177

Browse files
committed
Update actions
1 parent f337f5b commit 670d177

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,20 +109,20 @@ jobs:
109109
uvx zizmor --format plain .
110110
111111
- name: Lint CHANGELOG
112-
uses: DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265 # v19
112+
uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20.0.0
113113
with:
114114
config: '.config/changelog.markdownlint.yaml'
115115
globs: 'CHANGELOG.md'
116116

117117
- name: Lint Other Markdown
118-
uses: DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265 # v19
118+
uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20.0.0
119119
with:
120120
config: '.config/.markdownlint.yaml'
121121
globs: |
122122
**/README.md
123123
124124
- name: Lint Python code
125-
uses: astral-sh/ruff-action@9828f49eb4cadf267b40eaa330295c412c68c1f9 # v3
125+
uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
126126
with:
127127
args: --config=.config/ruff.toml check
128128
src: src

0 commit comments

Comments
 (0)