Skip to content

Commit d5f9469

Browse files
committedJan 12, 2021
Pin major version of actions/checkout action used in test workflow
It's best practices to use release versions of the actions unless there is a compelling reason to do otherwise.
1 parent 3cd697b commit d5f9469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: git config --global core.autocrlf false
2323

2424
- name: Checkout
25-
uses: actions/checkout@master
25+
uses: actions/checkout@v2
2626

2727
- name: Set Node.js 10.x
2828
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)
Please sign in to comment.