Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee authored Sep 3, 2024
1 parent 1fec644 commit 2ea570a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
path: |
bin.tar.xz
src/cpython
key: cbisect-${{ matrix.jid }}-20240812
key: cbisect-${{ matrix.jid }}-20240903

- name: Untar Cache archive
if: steps.cache-python-ssl.outputs.cache-hit == 'true'
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
echo "dateversion=${dateversion}" >> $GITHUB_OUTPUT
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v3
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
files: |
Expand Down

0 comments on commit 2ea570a

Please sign in to comment.