diff --git a/.github/workflows/automation-autosquash.yml b/.github/workflows/automation-autosquash.yml index 8a89dd4..fe56450 100644 --- a/.github/workflows/automation-autosquash.yml +++ b/.github/workflows/automation-autosquash.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Get Token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.THM_AUTOMATION_APP_ID }} private-key: ${{ secrets.THM_AUTOMATION_PRIVATE_KEY }}