From 11eec19e7d99fe88efdc6153ac86370b4b2e4ee6 Mon Sep 17 00:00:00 2001 From: elseif Date: Thu, 2 Apr 2026 10:28:05 +0800 Subject: [PATCH] Upgrade GitHub Actions to checkout@v6 and setup-python@v6 Signed-off-by: elseif --- .github/workflows/mikrotik_patch_6.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mikrotik_patch_6.yml b/.github/workflows/mikrotik_patch_6.yml index 10d1aa8..f026dc7 100644 --- a/.github/workflows/mikrotik_patch_6.yml +++ b/.github/workflows/mikrotik_patch_6.yml @@ -98,10 +98,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'