From ffe7c484ef66013b0f96e683ded932415b736df3 Mon Sep 17 00:00:00 2001 From: Andrew Mason Date: Mon, 2 Sep 2019 23:42:43 -0400 Subject: [PATCH] Update README.md Add v0.1.2 into examples. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d10270a..3c1f311 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add the following to your GitHub action workflow: ```yaml - name: Rubocop Linter - uses: andrewmcodes/rubocop-linter-action@0.1.1 + uses: andrewmcodes/rubocop-linter-action@0.1.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` @@ -40,7 +40,7 @@ jobs: sudo apt-get update sudo apt-get install -y postgresql-client libpq-dev - name: Rubocop Linter - uses: andrewmcodes/rubocop-linter-action@0.1.1 + uses: andrewmcodes/rubocop-linter-action@0.1.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ```