diff --git a/.github/workflows/automation-autorelease.yml b/.github/workflows/automation-autorelease.yml index d11a79d..0bd3b9a 100644 --- a/.github/workflows/automation-autorelease.yml +++ b/.github/workflows/automation-autorelease.yml @@ -9,7 +9,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 }}