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 }}