From 63d9d41d0fc28888c958f90a03d4735c452d004e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 03:22:16 +0000 Subject: [PATCH] build(deps): bump withfig/push-to-fig-autocomplete-action from 1 to 2 Bumps [withfig/push-to-fig-autocomplete-action](https://github.com/withfig/push-to-fig-autocomplete-action) from 1 to 2. - [Release notes](https://github.com/withfig/push-to-fig-autocomplete-action/releases) - [Commits](https://github.com/withfig/push-to-fig-autocomplete-action/compare/v1...v2) --- updated-dependencies: - dependency-name: withfig/push-to-fig-autocomplete-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-autocomplete-tools-spec.yaml | 2 +- .github/workflows/update-create-completion-spec-spec.yaml | 2 +- .github/workflows/update-publish-spec-to-team-spec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-autocomplete-tools-spec.yaml b/.github/workflows/update-autocomplete-tools-spec.yaml index c1b2cbd3..c2774c44 100644 --- a/.github/workflows/update-autocomplete-tools-spec.yaml +++ b/.github/workflows/update-autocomplete-tools-spec.yaml @@ -16,7 +16,7 @@ jobs: pnpm install pnpm run --filter ./cli/tools-cli generate-spec > generated.ts - name: 'Create Autocomplete PR' - uses: withfig/push-to-fig-autocomplete-action@v1 + uses: withfig/push-to-fig-autocomplete-action@v2 with: token: ${{ secrets.FIG_BOT_TOKEN }} autocomplete-spec-name: '@withfig/autocomplete-tools' diff --git a/.github/workflows/update-create-completion-spec-spec.yaml b/.github/workflows/update-create-completion-spec-spec.yaml index 905c0ff8..4b0feb5f 100644 --- a/.github/workflows/update-create-completion-spec-spec.yaml +++ b/.github/workflows/update-create-completion-spec-spec.yaml @@ -16,7 +16,7 @@ jobs: pnpm install pnpm run --filter ./cli/create-completion-spec generate-spec > generated.ts - name: 'Create Autocomplete PR' - uses: withfig/push-to-fig-autocomplete-action@v1 + uses: withfig/push-to-fig-autocomplete-action@v2 with: token: ${{ secrets.FIG_BOT_TOKEN }} autocomplete-spec-name: 'create-completion-spec' diff --git a/.github/workflows/update-publish-spec-to-team-spec.yaml b/.github/workflows/update-publish-spec-to-team-spec.yaml index 5d23f572..684556c3 100644 --- a/.github/workflows/update-publish-spec-to-team-spec.yaml +++ b/.github/workflows/update-publish-spec-to-team-spec.yaml @@ -25,7 +25,7 @@ jobs: pnpm install pnpm run --filter ./cli/publish-spec generate-spec > generated.ts - name: 'Create Autocomplete PR' - uses: withfig/push-to-fig-autocomplete-action@v1 + uses: withfig/push-to-fig-autocomplete-action@v2 with: token: ${{ secrets.FIG_BOT_TOKEN }} autocomplete-spec-name: '@fig/publish-spec'