From b8b90a3b3030dd92709ae31db11eb2d7a5f02015 Mon Sep 17 00:00:00 2001 From: Nick Snyder Date: Wed, 6 Jul 2022 11:18:23 -0700 Subject: [PATCH] Update docs to reference 0.6.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85bf829..5ca135e 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.6.2 + - uses: sourcegraph/codenotify@v0.6.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # with: