diff --git a/.github/workflows/hassfest.yaml b/.github/workflows/hassfest.yaml index 14a5c70..8afeaf3 100644 --- a/.github/workflows/hassfest.yaml +++ b/.github/workflows/hassfest.yaml @@ -27,7 +27,7 @@ jobs: steps: - name: Check out code from GitHub - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8976e8c..45f3956 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ github.event.release.tag_name }} persist-credentials: false @@ -30,7 +30,7 @@ jobs: -x "*.DS_Store" - name: Upload release asset - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.event.release.tag_name }} files: ha_text_ai.zip