From 0c8155a7223772742b4ad17bdaf0638d516e5410 Mon Sep 17 00:00:00 2001 From: fOuttaMyPaint Date: Fri, 19 Jun 2026 09:14:01 -0400 Subject: [PATCH] ci: align blender-smoke to actions/checkout@v7 Dependabot #11 bumped checkout 6->7 in the other workflows but predated blender-smoke.yml. Bump it too so all workflows use checkout@v7. Signed-off-by: fOuttaMyPaint --- .github/workflows/blender-smoke.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blender-smoke.yml b/.github/workflows/blender-smoke.yml index a9fce6d..028dd6b 100644 --- a/.github/workflows/blender-smoke.yml +++ b/.github/workflows/blender-smoke.yml @@ -32,7 +32,7 @@ jobs: - series: "5.1" # current stable - series: "4.5" # active LTS steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Blender runtime libraries run: |