diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f27a40a..25ed87d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: - name: 🔢 Get version if: ${{ github.event_name == 'release' }} id: version - uses: home-assistant/actions/helpers/version@72e1db9d29431ebc9439e48504e687b53e90d366 # master + uses: home-assistant/actions/helpers/version@342664e951e2fd5f00bc990fc968342388252475 # master # Pack the readme dir as a zip and upload to the release - name: 📦 ZIP readme dir diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 601352a..e353d04 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Run hassfest validation - uses: home-assistant/actions/hassfest@72e1db9d29431ebc9439e48504e687b53e90d366 # master + uses: home-assistant/actions/hassfest@342664e951e2fd5f00bc990fc968342388252475 # master hacs: # https://github.com/hacs/action name: HACS validation