diff --git a/.github/workflows/add-update-label-weekly.yml b/.github/workflows/add-update-label-weekly.yml index cf63cc5ce1..5bba62c29f 100644 --- a/.github/workflows/add-update-label-weekly.yml +++ b/.github/workflows/add-update-label-weekly.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Generate token from GitHub App id: generate-app-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 with: app-id: ${{ secrets.HFLA_GRAPHQL_APP_ID }} private-key: ${{ secrets.HFLA_GRAPHQL_APP_PRIVATE_KEY }}