Skip to content

Commit 6addae8

Browse files
authored
Update readme example to pin to major version
1 parent 164c698 commit 6addae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout code
44-
uses: actions/checkout@master
44+
uses: actions/checkout@v2
4545
- name: Create Release
4646
id: create_release
47-
uses: actions/create-release@latest
47+
uses: actions/create-release@v1
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
5050
with:

0 commit comments

Comments
 (0)