From 6addae869b866c42918eb511cdbecb166c56b572 Mon Sep 17 00:00:00 2001 From: eric sciple Date: Thu, 23 Apr 2020 20:45:39 -0400 Subject: [PATCH] Update readme example to pin to major version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7fc34e..3c23943 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@master + uses: actions/checkout@v2 - name: Create Release id: create_release - uses: actions/create-release@latest + uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: