From e7fb9211afb9ce48d000113a6b8e9e0d440e4b85 Mon Sep 17 00:00:00 2001 From: Nick Snyder Date: Wed, 6 Jul 2022 11:14:34 -0700 Subject: [PATCH] Update docs to reference v0.6.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3076299..85bf829 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.event.pull_request.head.sha }} - - uses: sourcegraph/codenotify@v0.5 + - uses: sourcegraph/codenotify@v0.6.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # with: