Skip to content

ci(dep): bump actions/setup-node from 3.7.0 to 3.8.0 #170

ci(dep): bump actions/setup-node from 3.7.0 to 3.8.0

ci(dep): bump actions/setup-node from 3.7.0 to 3.8.0 #170

Workflow file for this run

on:
push:
branches:
- main
name: release
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- uses: TheRealWaldo/[email protected]
with:
token: ${{ secrets.AUTO_PAT }}
replace-files: custom_components/optimal_humidity/const.py,custom_components/optimal_humidity/manifest.json
git-user-email: [email protected]
assignees: TheRealWaldo