From: Giorgio Ravera Date: Tue, 7 Apr 2026 08:17:18 +0000 (+0200) Subject: fixed ci actions X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=7ed27c0dbb8816e67ca8ad55675249dd566bafd2;p=homeassistant.git fixed ci actions --- diff --git a/.github/workflows/homeassistant-ci.yaml b/.github/workflows/homeassistant-ci.yaml index 2f06a678..0ee9d160 100644 --- a/.github/workflows/homeassistant-ci.yaml +++ b/.github/workflows/homeassistant-ci.yaml @@ -25,12 +25,15 @@ jobs: steps: - name: ⤵️ Check out configuration from GitHub uses: actions/checkout@v4 + with: + fetch-depth: 0 + clean: true # --------------------------------------------------------- # CACHE PIP # --------------------------------------------------------- - name: ♻️ Cache pip - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} @@ -41,7 +44,7 @@ jobs: # CACHE NPM # --------------------------------------------------------- - name: ♻️ Cache npm - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-npm-cache diff --git a/.github/workflows/nightly-check.yaml b/.github/workflows/nightly-check.yaml index b0a98abb..aff14e21 100644 --- a/.github/workflows/nightly-check.yaml +++ b/.github/workflows/nightly-check.yaml @@ -19,6 +19,9 @@ jobs: steps: - name: ⤵️ Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 + clean: true - name: 🔑 Dummy secrets run: |