From 6f9396ad92fd4ee390020a779004a9851cb6e709 Mon Sep 17 00:00:00 2001 From: GoldMinerN <131321884+GoldMinerN@users.noreply.github.com> Date: Fri, 8 May 2026 17:21:48 +0800 Subject: [PATCH] Update GitHub Actions to use specific versions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7e0cd43..16adb6f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,10 +42,10 @@ jobs: fi - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 - name: Set up Python 3.12 - uses: actions/setup-python@v5 + uses: actions/setup-python@v5.3.0 with: python-version: "3.12"