From 1e6f0dd2b665e66a3bc2bcd6febece4887a88cbb Mon Sep 17 00:00:00 2001 From: Ryan Zhang Date: Thu, 5 Feb 2026 10:17:20 +0800 Subject: [PATCH] fix: update action versions --- .github/workflows/test-deploy-cve-notebook.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-deploy-cve-notebook.yml b/.github/workflows/test-deploy-cve-notebook.yml index c8a704c05..d0ebc1945 100644 --- a/.github/workflows/test-deploy-cve-notebook.yml +++ b/.github/workflows/test-deploy-cve-notebook.yml @@ -21,10 +21,10 @@ jobs: PYTHON_VERSION: 3.12 steps: - name: Checkout BP repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v6 with: python-version: ${{ env.PYTHON_VERSION }} cache: 'pip'