From e54dc5baf045956feda980d1c9ac892161512d70 Mon Sep 17 00:00:00 2001 From: Kaushal Kapasi <91074031+kaushalkapasi@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:44:55 -0400 Subject: [PATCH] fix: update dist to use right cli version (5.14.13) (#104) --- README.md | 4 ++-- dist/index.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9815e71..924c118 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ jobs: runs-on: ubuntu-latest name: Generate DevCycle PR Insights steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: DevCycleHQ/feature-flag-pr-insights-action@v2.0.7 + - uses: DevCycleHQ/feature-flag-pr-insights-action@v2.2.8 with: # Token generated by GitHub github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/dist/index.js b/dist/index.js index 8158540..81edcea 100644 --- a/dist/index.js +++ b/dist/index.js @@ -68,7 +68,7 @@ function run() { } const baseBranch = pullRequest.base.ref; const headBranch = pullRequest.head.ref; - yield (0, exec_1.exec)('npm', ['install', '-g', '@devcycle/cli@5.14.4']); + yield (0, exec_1.exec)('npm', ['install', '-g', '@devcycle/cli@5.14.13']); const prLink = pullRequest === null || pullRequest === void 0 ? void 0 : pullRequest.html_url; const prLinkArgs = prLink ? ['--pr-link', prLink] : []; const authArgs = projectKey && clientId && clientSecret