From 2e1071e3a0a9c7f44a11a4aee18ee604b8bfaa26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:31:23 +0000 Subject: [PATCH] chore(deps): bump DevCycleHQ/feature-flag-pr-insights-action Bumps [DevCycleHQ/feature-flag-pr-insights-action](https://github.com/devcyclehq/feature-flag-pr-insights-action) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/devcyclehq/feature-flag-pr-insights-action/releases) - [Commits](https://github.com/devcyclehq/feature-flag-pr-insights-action/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: DevCycleHQ/feature-flag-pr-insights-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/DevCyclePR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/DevCyclePR.yml b/.github/workflows/DevCyclePR.yml index 87e16e2..e3e264e 100644 --- a/.github/workflows/DevCyclePR.yml +++ b/.github/workflows/DevCyclePR.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18 - - uses: DevCycleHQ/feature-flag-pr-insights-action@v2.2.1 + - uses: DevCycleHQ/feature-flag-pr-insights-action@v2.2.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} project-key: ${{ secrets.DVC_PROJECT_KEY }}