Skip to content

Commit 122510c

Browse files
committed
2 parents 747aa7b + a6ef9b9 commit 122510c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pip-audit.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
audit:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: '3.x'
2323

@@ -52,7 +52,7 @@ jobs:
5252
cat requirements.txt >> detailed_report.txt
5353
5454
- name: Upload audit results
55-
uses: actions/upload-artifact@v2
55+
uses: actions/upload-artifact@v3
5656
with:
5757
name: pip-audit-report
5858
path: detailed_report.txt

0 commit comments

Comments
 (0)