From 9085b3aecaa9b097607e0964509bbe2d1fcc976a Mon Sep 17 00:00:00 2001 From: xfshi Date: Fri, 22 Nov 2024 15:07:07 +0800 Subject: [PATCH] Update Patch Mikrotik RouterOS 7.x arm.yml Signed-off-by: xfshi --- .github/workflows/Patch Mikrotik RouterOS 7.x arm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Patch Mikrotik RouterOS 7.x arm.yml b/.github/workflows/Patch Mikrotik RouterOS 7.x arm.yml index 846a23a..75ef645 100644 --- a/.github/workflows/Patch Mikrotik RouterOS 7.x arm.yml +++ b/.github/workflows/Patch Mikrotik RouterOS 7.x arm.yml @@ -1,4 +1,4 @@ -name: Patch Mikrotik RouterOS 7.x arm---- +name: Patch Mikrotik RouterOS 7.15.3 arm on: # push: # branches: [ "main" ] @@ -90,7 +90,7 @@ jobs: echo $(uname -a) if [ "${{ inputs.version }}" == "" ]; then # LATEST_VERSION=$(wget -nv -O - ${{ env.LATEST_VERSION_URL }}${{ matrix.channel }} | cut -d ' ' -f1) - LATEST_VERSION=7.16.1 + LATEST_VERSION=7.15.3 else LATEST_VERSION=${{ inputs.version }} fi