diff options
author | Paul Spooren <mail@aparcar.org> | 2021-10-09 09:34:37 -1000 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-10-09 10:11:11 -1000 |
commit | 291d1f255abefbc05e53bb3019ed7a13e1826ef2 (patch) | |
tree | 484eaec510445f5c7d6abb21aca8f6a410586f1b /.github | |
parent | b42ea814a05b318dccaa7b6b9c911afe77b1c6cd (diff) |
CI: update SDK action to v3
No also check mirror hashes and badly formated init files
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/multi-arch-test-build.yml | 2 |
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 a10be99cc..969ddcdc4 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@v1 + uses: openwrt/gh-action-sdk@v3 env: ARCH: ${{ matrix.arch }}-${{ env.BRANCH }} FEEDNAME: packages_ci |