Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/leafspark/AutoGGUF
Browse files Browse the repository at this point in the history
  • Loading branch information
leafspark committed Sep 14, 2024
2 parents 747aa7b + a6ef9b9 commit 122510c
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 122510c

Please sign in to comment.