Skip to content

Bump actions/checkout from 6.0.0 to 6.0.1 (#42) #243

Bump actions/checkout from 6.0.0 to 6.0.1 (#42)

Bump actions/checkout from 6.0.0 to 6.0.1 (#42) #243

Workflow file for this run

name: HACS Action
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions: {}
jobs:
repository:
runs-on: ubuntu-latest
name: "${{ matrix.repository.category }}: ${{ matrix.repository.name }}"
strategy:
matrix:
repository:
- name: hacs/integration
category: integration
- name: basnijholt/lovelace-ios-dark-mode-theme
category: theme
- name: home-assistant-community-themes/template
category: theme
- name: ofekashery/vertical-stack-in-card
category: plugin
ignore: images topics
- name: custom-cards/boilerplate-card
category: plugin
ignore: images
- name: ludeeus/ad-hacs
category: appdaemon
ignore: hacsjson
- name: ludeeus/ps-hacs
category: python_script
ignore: hacsjson information
steps:
- name: Checkout the repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: HACS Action
uses: ./
with:
comment: false
category: ${{ matrix.repository.category }}
ignore: ${{ matrix.repository.ignore }}
repository: ${{ matrix.repository.name }}