diff --git a/.github/workflows/virus.yml b/.github/workflows/virus.yml index c3f168b..bab937e 100644 --- a/.github/workflows/virus.yml +++ b/.github/workflows/virus.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: VirusTotal Scan - uses: crazy-max/ghaction-virustotal@v2 + uses: crazy-max/ghaction-virustotal@v3 with: vt_api_key: ${{ secrets.VT_API_KEY }} update_release_body: true