From 0e7f53c9a5dceabfe9c5116d6a155f870190a5f8 Mon Sep 17 00:00:00 2001 From: puntoazul Date: Tue, 26 Nov 2024 14:24:29 -0400 Subject: [PATCH] Update mikrotik_patch_7.yml Signed-off-by: puntoazul --- .github/workflows/mikrotik_patch_7.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mikrotik_patch_7.yml b/.github/workflows/mikrotik_patch_7.yml index db4e9b7..04fe207 100644 --- a/.github/workflows/mikrotik_patch_7.yml +++ b/.github/workflows/mikrotik_patch_7.yml @@ -45,13 +45,13 @@ jobs: arch: [x86,arm64] channel: [stable, testing] env: - TZ: 'Asia/Shanghai' + TZ: 'America/Caracas' LATEST_VERSION: "" ARCH: "" steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Python uses: actions/setup-python@v5