From abc4cee40dd0d3daddd9e3f8e0f8eb01502a3746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20T=C3=B6pfer?= Date: Tue, 21 Apr 2026 12:36:07 +0200 Subject: [PATCH] Update GitHub Actions to Node.js 24 compatible versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - actions/checkout: v4 → v6 - actions/setup-go: v5 → v6 - crazy-max/ghaction-virustotal: v4 → v5 Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/virustotal.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/virustotal.yaml b/.github/workflows/virustotal.yaml index e773e60e..3c99c8d7 100644 --- a/.github/workflows/virustotal.yaml +++ b/.github/workflows/virustotal.yaml @@ -8,10 +8,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: '1.22' - @@ -23,7 +23,7 @@ jobs: GOOS=darwin GOARCH=arm64 go build -o ./mob-virustotal-macos-arm -v - name: VirusTotal Scan - uses: crazy-max/ghaction-virustotal@v4 + uses: crazy-max/ghaction-virustotal@v5 with: vt_api_key: ${{ secrets.VT_API_KEY }} files: |