From 9e1d7a5239c542175f5bbf46d9c9a0c806f79980 Mon Sep 17 00:00:00 2001 From: elseif Date: Thu, 2 Apr 2026 10:27:38 +0800 Subject: [PATCH] Upgrade GitHub Actions to checkout@v6 and setup-python@v6 Signed-off-by: elseif --- .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 b003690..2ab8239 100644 --- a/.github/workflows/mikrotik_patch_7.yml +++ b/.github/workflows/mikrotik_patch_7.yml @@ -109,10 +109,10 @@ jobs: RELEASE: ${{ needs.Set_Variables.outputs.RELEASE }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11'