From 33254957df8d148631a98c49a5b623f996d8d6fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0tetiar?= Date: Thu, 24 Mar 2022 09:17:27 +0100 Subject: [PATCH] ci: use openwrt/gh-action-sdk@v4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In order to use feeds from GH mirror for GH actions, thus saving a lot of resources being wasted. While at it fix whitespace issue. Signed-off-by: Petr Štetiar [applied to routing feed] [whitespace issue not existing in routing feed] Signed-off-by: Nick Hainke (cherry picked from commit 5702d2e40bff2fa45b4f628c4c7a9acdcf6d1e31) --- .github/workflows/multi-arch-test-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multi-arch-test-build.yml b/.github/workflows/multi-arch-test-build.yml index 1109f8d..a0cb6db 100644 --- a/.github/workflows/multi-arch-test-build.yml +++ b/.github/workflows/multi-arch-test-build.yml @@ -79,7 +79,7 @@ jobs: echo "PACKAGES=$PACKAGES" >> $GITHUB_ENV - name: Build - uses: openwrt/gh-action-sdk@v3 + uses: openwrt/gh-action-sdk@v4 env: ARCH: ${{ matrix.arch }}-${{ env.BRANCH }} FEEDNAME: packages_ci