diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index e7e239b3..2b124a46 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Gather credentials id: credentials - uses: actions/create-github-app-token@v2.0.3 + uses: actions/create-github-app-token@v2.0.6 with: app-id: ${{ secrets.GH_APP_ID_RELEASER }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY_RELEASER }} diff --git a/.github/workflows/sync-docs-from-cli-repo.yml b/.github/workflows/sync-docs-from-cli-repo.yml index 77c2d330..5700a65f 100644 --- a/.github/workflows/sync-docs-from-cli-repo.yml +++ b/.github/workflows/sync-docs-from-cli-repo.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Generate a GitHub token id: ghtoken - uses: actions/create-github-app-token@v2.0.3 + uses: actions/create-github-app-token@v2.0.6 with: app-id: ${{ secrets.GH_APP_ID_DOCS }} owner: slackapi