From 083f1c5af0a5eb7474d70e08193e15fb98ac9eaf Mon Sep 17 00:00:00 2001 From: elliotCamblor Date: Fri, 30 Aug 2024 15:56:08 -0400 Subject: [PATCH] update readme to point to version again (#34) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62700d9..bde1138 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: DevCycleHQ/feature-flag-code-usage-action@main + - uses: DevCycleHQ/feature-flag-code-usage-action@v1.1.5 with: github-token: ${{ secrets.GITHUB_TOKEN }} client-id: ${{ secrets.DVC_CLIENT_ID }}