diff --git a/.github/workflows/released.yml b/.github/workflows/released.yml index f39849d..9678252 100644 --- a/.github/workflows/released.yml +++ b/.github/workflows/released.yml @@ -10,7 +10,7 @@ jobs: steps: - name: VirusTotal Monitor Scan - uses: crazy-max/ghaction-virustotal@v2.1.2 + uses: crazy-max/ghaction-virustotal@v2.2.0 with: vt_api_key: ${{ secrets.VT_MONITOR_API_KEY }} vt_monitor: true @@ -21,7 +21,7 @@ jobs: ${{ github.event.repository.name }}-(win32|win64).exe - name: VirusTotal Scan - uses: crazy-max/ghaction-virustotal@v2.1.2 + uses: crazy-max/ghaction-virustotal@v2.2.0 with: vt_api_key: ${{ secrets.VT_API_KEY }} update_release_body: true