diff --git a/.github/workflows/fix-error.yml b/.github/workflows/fix-error.yml index 0d2f374..496e7d6 100644 --- a/.github/workflows/fix-error.yml +++ b/.github/workflows/fix-error.yml @@ -38,13 +38,13 @@ jobs: steps: - name: Checkout Homeostat Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: littlebearapps/homeostat token: ${{ secrets.repo_token }} - name: Checkout Target Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ${{ inputs.repository }} token: ${{ secrets.repo_token }}