Skip to content

Bump actions/setup-python from 6 to 7 #70

Bump actions/setup-python from 6 to 7

Bump actions/setup-python from 6 to 7 #70

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [ "3.12" ]
steps:
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v7
with:
python-version: ${{ matrix.python-version }}
- name: ESPHome Builder
uses: esphome/build-action@v7.3.0
with:
yaml-file: esphome_neopixel_clock_effect.yaml