diff --git a/.github/workflows/autoassign.yml b/.github/workflows/autoassign.yml index af141fc..d3da9ce 100644 --- a/.github/workflows/autoassign.yml +++ b/.github/workflows/autoassign.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write steps: - name: 'Auto-assign issue' - uses: pozil/auto-assign-issue@v3 + uses: pozil/auto-assign-issue@v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: bharvey88 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 300d99f..c9eb29c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - dev steps: - name: Checkout source code - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Build ESPHome firmware to verify configuration uses: esphome/build-action@v7 with: diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 9eff38d..57ee785 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -20,7 +20,7 @@ jobs: - dev steps: - name: Checkout source code - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Build ESPHome firmware to verify configuration uses: esphome/build-action@v7 with: