Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/routing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2022-03-24 11:17:27 +0300
committerNick Hainke <vincent@systemli.org>2022-03-31 00:31:07 +0300
commit33254957df8d148631a98c49a5b623f996d8d6fc (patch)
treeb6943d9d16f612b4553aebdae19620604effa0f4
parent6c7306602aac60628db6c8a5707fad74aac1640f (diff)
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 <ynezz@true.cz> [applied to routing feed] [whitespace issue not existing in routing feed] Signed-off-by: Nick Hainke <vincent@systemli.org> (cherry picked from commit 5702d2e40bff2fa45b4f628c4c7a9acdcf6d1e31)
-rw-r--r--.github/workflows/multi-arch-test-build.yml2
1 files changed, 1 insertions, 1 deletions
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