Skip to content

Commit 19e1d0c

Browse files
authored
Merge branch 'main' into redis_plugin_doc
2 parents e0ac687 + 98f5537 commit 19e1d0c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pip-audit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
run: |
1717
python -m venv env/
1818
source env/bin/activate
19+
python -m pip install --upgrade pip
1920
python -m pip install .
20-
- uses: trailofbits/gh-action-pip-audit@v0.0.4
21+
- uses: pypa/gh-action-pip-audit@v1.0.0
2122
with:
2223
virtual-environment: env/
2324
local: true

0 commit comments

Comments
 (0)