From 01284a7f8931bcf873d7b191190a41417f18fa79 Mon Sep 17 00:00:00 2001 From: Petr Ruzicka Date: Thu, 7 May 2020 13:07:00 +0200 Subject: [PATCH] Change "master" to "v1" in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d624fe..ca37538 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ jobs: lintAllTheThings: runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@v1 - name: yaml-lint uses: ibiqlik/action-yamllint@v1 with: @@ -44,5 +44,5 @@ jobs: steps: - uses: actions/checkout@v1 - name: yaml-lint - uses: ibiqlik/action-yamllint@master + uses: ibiqlik/action-yamllint@v1 ```