File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8585 version : 3.x
8686
8787 - name : Run flake8
88- uses : liskin/gh-problem-matcher-wrap@v2
88+ uses : liskin/gh-problem-matcher-wrap@v3
8989 with :
9090 linters : flake8
9191 run : task python:lint
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 echo "${{ env.INSTALL_PATH }}/$EXTRACTION_FOLDER" >> "$GITHUB_PATH"
117117
118118 - name : Run ShellCheck
119- uses : liskin/gh-problem-matcher-wrap@v2
119+ uses : liskin/gh-problem-matcher-wrap@v3
120120 continue-on-error : ${{ matrix.configuration.continue-on-error }}
121121 with :
122122 linters : gcc
Original file line number Diff line number Diff line change 8181 version : 3.x
8282
8383 - name : Run tests
84- uses : liskin/gh-problem-matcher-wrap@v2
84+ uses : liskin/gh-problem-matcher-wrap@v3
8585 with :
8686 linters : pytest
8787 run : task python:test
Original file line number Diff line number Diff line change 8585 version : 3.x
8686
8787 - name : Run flake8
88- uses : liskin/gh-problem-matcher-wrap@v2
88+ uses : liskin/gh-problem-matcher-wrap@v3
8989 with :
9090 linters : flake8
9191 run : task python:lint
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 echo "${{ env.INSTALL_PATH }}/$EXTRACTION_FOLDER" >> "$GITHUB_PATH"
118118
119119 - name : Run ShellCheck
120- uses : liskin/gh-problem-matcher-wrap@v2
120+ uses : liskin/gh-problem-matcher-wrap@v3
121121 continue-on-error : ${{ matrix.configuration.continue-on-error }}
122122 with :
123123 linters : gcc
Original file line number Diff line number Diff line change 8181 version : 3.x
8282
8383 - name : Run tests
84- uses : liskin/gh-problem-matcher-wrap@v2
84+ uses : liskin/gh-problem-matcher-wrap@v3
8585 with :
8686 linters : pytest
8787 run : task python:test
You can’t perform that action at this time.
0 commit comments