diff --git a/.github/workflows/antivirus.scan.yml b/.github/workflows/antivirus.scan.yml index b816ac4..e499886 100644 --- a/.github/workflows/antivirus.scan.yml +++ b/.github/workflows/antivirus.scan.yml @@ -7,6 +7,6 @@ jobs: runs-on: ubuntu-latest name: AV scan steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Git AntiVirus Scan uses: djdefi/gitavscan@main