diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 750cf23..da4e6bd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -16,33 +16,33 @@ jobs: uses: actions/checkout@v4 - name: Black - uses: microsoft/action-python@0.7.0 + uses: microsoft/action-python@0.7.3 with: black: true python_version: 3.12 workdir: '.' - name: Bandit - uses: microsoft/action-python@0.7.0 + uses: microsoft/action-python@0.7.3 with: bandit: true python_version: 3.12 workdir: '.' - name: Pylint - uses: microsoft/action-python@0.7.0 + uses: microsoft/action-python@0.7.3 with: pylint: true python_version: 3.12 workdir: '.' # - name: Pyright - # uses: microsoft/action-python@0.7.0 + # uses: microsoft/action-python@0.7.3 # with: # pyright: true - name: Flake8 - uses: microsoft/action-python@0.7.0 + uses: microsoft/action-python@0.7.3 with: flake8: true python_version: 3.12