From 781e8dc80a44ca7515996f933c6a1aee88b9de3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:15:11 +0000 Subject: [PATCH] chore(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/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 7adb50fe717..8d50d857b61 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -120,7 +120,7 @@ jobs: make build ./build/infracost fig-autocomplete > fig-spec.ts - name: Create Autocomplete PR - uses: withfig/push-to-fig-autocomplete-action@v1 + uses: withfig/push-to-fig-autocomplete-action@v2 with: token: ${{ secrets.GITHUB_TOKEN }} autocomplete-spec-name: infracost