Update crazy-max/ghaction-virustotal action to v3 (#4)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-05-26 09:06:08 -04:00 committed by GitHub
parent af0d0be5a7
commit 66dbd0cc40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ jobs:
steps: steps:
- name: VirusTotal scan - name: VirusTotal scan
uses: crazy-max/ghaction-virustotal@v2 uses: crazy-max/ghaction-virustotal@v3
with: with:
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }} vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
update_release_body: true update_release_body: true