summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/openwrt-ci-master.yml2
-rw-r--r--.github/workflows/openwrt-ci-pull-request.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/openwrt-ci-master.yml b/.github/workflows/openwrt-ci-master.yml
index 77f2bfc..49385b4 100644
--- a/.github/workflows/openwrt-ci-master.yml
+++ b/.github/workflows/openwrt-ci-master.yml
@@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v2
- name: Out of tree build with OpenWrt ${{ matrix.sdk_platform }} SDK
- uses: ynezz/gh-actions-openwrt-ci-sdk@v0.0.1
+ uses: ynezz/gh-actions-openwrt-ci-sdk@v0.0.2
env:
CI_TARGET_SDK_RELEASE: master
CI_TARGET_SDK_IMAGE: ${{ matrix.sdk_platform }}
diff --git a/.github/workflows/openwrt-ci-pull-request.yml b/.github/workflows/openwrt-ci-pull-request.yml
index e6be980..483f083 100644
--- a/.github/workflows/openwrt-ci-pull-request.yml
+++ b/.github/workflows/openwrt-ci-pull-request.yml
@@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v2
- name: Out of tree build with OpenWrt ${{ matrix.sdk_platform }} SDK
- uses: ynezz/gh-actions-openwrt-ci-sdk@v0.0.1
+ uses: ynezz/gh-actions-openwrt-ci-sdk@v0.0.2
env:
CI_TARGET_SDK_RELEASE: master
CI_TARGET_SDK_IMAGE: ${{ matrix.sdk_platform }}