Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update readme example to pin to major version
  • Loading branch information
eric sciple authored and GitHub committed Apr 24, 2020
1 parent 164c698 commit 6addae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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:
Expand Down

0 comments on commit 6addae8

Please sign in to comment.