From feddc2b5d1294a68df357a8d85e8a8f7f0e0f78b Mon Sep 17 00:00:00 2001 From: Oliver Freyermuth Date: Mon, 15 Jan 2024 18:08:13 +0100 Subject: [PATCH] pkgcheck: Drop `--net` which required pkg installation. Support was silently dropped within the action: https://github.com/pkgcore/pkgcheck-action/commit/3f230b168a98c7147689657c19a2ba8cdd88f839 --- .github/workflows/pkgcheck.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pkgcheck.yml b/.github/workflows/pkgcheck.yml index 2c6f1bb..cdd8e52 100644 --- a/.github/workflows/pkgcheck.yml +++ b/.github/workflows/pkgcheck.yml @@ -14,5 +14,4 @@ jobs: - name: Run pkgcheck uses: pkgcore/pkgcheck-action@v1 with: - args: --net --keywords=-RedundantVersion,-MissingAccountIdentifier - pkgs: pkgcheck>=0.10.3 requests + args: --keywords=-RedundantVersion,-MissingAccountIdentifier