diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index f78800a..bc8361c 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -32,7 +32,7 @@ jobs: - name: Run Ruff run: ruff check --output-format=github - name: Check for vulnerabilities - uses: pypa/gh-action-pip-audit@v1.0.8 + uses: pypa/gh-action-pip-audit@v1.1.0 with: inputs: requirements.txt requirements-dev.txt - name: Rename file