From aae97ae4b7a965ac1b5f0eeccc0eb9d2e1b97fde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 10:48:31 +0000 Subject: [PATCH] chore(deps): bump linear-b/gitstream-github-action from 1 to 2 Bumps [linear-b/gitstream-github-action](https://github.com/linear-b/gitstream-github-action) from 1 to 2. - [Release notes](https://github.com/linear-b/gitstream-github-action/releases) - [Changelog](https://github.com/linear-b/gitstream-github-action/blob/v2/CHANGELOG.md) - [Commits](https://github.com/linear-b/gitstream-github-action/compare/v1...v2) --- updated-dependencies: - dependency-name: linear-b/gitstream-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gitstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitstream.yml b/.github/workflows/gitstream.yml index bcab7fae..4457e9e2 100644 --- a/.github/workflows/gitstream.yml +++ b/.github/workflows/gitstream.yml @@ -37,7 +37,7 @@ jobs: name: gitStream workflow automation steps: - name: Evaluate Rules - uses: linear-b/gitstream-github-action@v1 + uses: linear-b/gitstream-github-action@v2 id: rules-engine with: full_repository: ${{ github.event.inputs.full_repository }}