Skip to content

🌱 Bump actions/checkout from 4 to 6 #1896

🌱 Bump actions/checkout from 4 to 6

🌱 Bump actions/checkout from 4 to 6 #1896

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Build
run: make image-build