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