Skip to content

Commit

Permalink
build(deps): bump withfig/push-to-fig-autocomplete-action from 1 to 2 (
Browse files Browse the repository at this point in the history
…#108)

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](withfig/push-to-fig-autocomplete-action@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 5, 2024
1 parent 41ff02a commit a5c1858
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-autocomplete-tools-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-create-completion-spec-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-publish-spec-to-team-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a5c1858

Please sign in to comment.