Skip to content

Commit

Permalink
ci: upgrade workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leafspark authored Sep 13, 2024
1 parent 3804da0 commit a6ef9b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pip-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
cat requirements.txt >> detailed_report.txt
- name: Upload audit results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: pip-audit-report
path: detailed_report.txt
Expand Down

0 comments on commit a6ef9b9

Please sign in to comment.