Skip to content

Commit c136c27

Browse files
authored
Fix sphinx-lint matcher version pin in CI
1 parent a2b76b9 commit c136c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-lint-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- uses: actions/checkout@master
7676
with:
7777
ref: ${{ matrix.version }}
78-
- uses: rffontenelle/sphinx-lint-problem-matcher@v1
78+
- uses: rffontenelle/sphinx-lint-problem-matcher@v1.0.0
7979
- run: sphinx-lint
8080

8181
build-translation:

0 commit comments

Comments
 (0)