Skip to content

Commit be66a85

Browse files
authored
ci: align blender-smoke to actions/checkout@v7 (#12) [skip ci]
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 <TMhospitalitystrategies@gmail.com>
1 parent 6371d3d commit be66a85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/blender-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- series: "5.1" # current stable
3333
- series: "4.5" # active LTS
3434
steps:
35-
- uses: actions/checkout@v6
35+
- uses: actions/checkout@v7
3636

3737
- name: Install Blender runtime libraries
3838
run: |

0 commit comments

Comments
 (0)