From 63aa003870c45a4252dbc77ef6fce2ca36356a46 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Fri, 8 Nov 2019 16:51:08 +0000 Subject: [PATCH] Update README for semantic versioning --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f035f2c..5132713 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ See [action.yml](action.yml) Basic: ```yaml steps: -- uses: actions/checkout@master +- uses: actions/checkout@v1 - uses: actions/setup-go@v1 with: go-version: '1.9.3' # The Go version to download (if necessary) and use. @@ -33,7 +33,7 @@ jobs: go: [ '1.8', '1.9.3', '1.10.x' ] name: Go ${{ matrix.go }} sample steps: - - uses: actions/checkout@master + - uses: actions/checkout@v1 - name: Setup go uses: actions/setup-go@v1 with: