From 96ed06edf271925d01eaff856be0e0ced82b1acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 00:16:10 +0000 Subject: [PATCH] fix(deps): bump cirrus-actions/rebase from 1.5 to 1.8 Bumps [cirrus-actions/rebase](https://github.com/cirrus-actions/rebase) from 1.5 to 1.8. - [Release notes](https://github.com/cirrus-actions/rebase/releases) - [Commits](https://github.com/cirrus-actions/rebase/compare/1.5...1.8) --- updated-dependencies: - dependency-name: cirrus-actions/rebase dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline-issue.yml b/.github/workflows/pipeline-issue.yml index 15ebc82..c41ea45 100644 --- a/.github/workflows/pipeline-issue.yml +++ b/.github/workflows/pipeline-issue.yml @@ -45,7 +45,7 @@ jobs: with: fetch-depth: 0 - name: Automatic Rebases - uses: cirrus-actions/rebase@1.5 + uses: cirrus-actions/rebase@1.8 if: steps.check.outputs.triggered == 'true' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}