From 6e34c67b8bd3406dd8ee6eeba353ca4c66793501 Mon Sep 17 00:00:00 2001 From: tom tomsen Date: Tue, 11 May 2021 18:25:55 +0200 Subject: [PATCH] Pump action version number to 2.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef54072..4a75947 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Basic usage with all options enabled: ```yaml - name: markdownlint-cli - uses: nosborn/github-action-markdown-cli@v1.1.1 + uses: nosborn/github-action-markdown-cli@v2.0.0 with: files: . config_file: ".markdownlint.yaml"