Skip to content

Commit a1be554

Browse files
authored
uses: actions/checkout@v2
1 parent cb47956 commit a1be554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autoblack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v2
1313
- uses: actions/setup-python@v1
1414
- run: pip install black
1515
- run: black --check .

0 commit comments

Comments
 (0)