From: Petr Štetiar Date: Thu, 24 Mar 2022 08:17:27 +0000 (+0100) Subject: ci: use openwrt/gh-action-sdk@v4 X-Git-Url: http://git.openwrt.org/feed/routing.git?a=commitdiff_plain;h=db8ebcd4fad14fc392b9f213837333ede5f942da;p=feed%2Frouting.git ci: use openwrt/gh-action-sdk@v4 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) --- diff --git a/.github/workflows/multi-arch-test-build.yml b/.github/workflows/multi-arch-test-build.yml index de4f3ba..3e3a742 100644 --- a/.github/workflows/multi-arch-test-build.yml +++ b/.github/workflows/multi-arch-test-build.yml @@ -83,7 +83,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