From 33d76958133fa9091215ef1e32ccdf50dc585d6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 05:38:54 +0000 Subject: [PATCH] build(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) - [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 7fa77fa..5356846 100644 --- a/.github/workflows/gitstream.yml +++ b/.github/workflows/gitstream.yml @@ -35,7 +35,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 }}