Skip to content

Commit 14ed24b

Browse files
committed
Update actions/checkout action to v2
1 parent 535ee2f commit 14ed24b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
with:
1111
ref: ${{ github.head_ref }}
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v2
1313
- name: Set up Python 3.7
1414
uses: actions/setup-python@v1
1515
with:

0 commit comments

Comments
 (0)