diff --git a/.github/workflows/build_ecs_typescript.yml b/.github/workflows/build_ecs_typescript.yml index 81e081c210..79badc1f33 100644 --- a/.github/workflows/build_ecs_typescript.yml +++ b/.github/workflows/build_ecs_typescript.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Get token id: get_token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 with: app-id: ${{ secrets.OBS_AUTOMATION_APP_ID }} private-key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}