Use latest actions/checkout
This commit is contained in:
2
.github/workflows/validate_python.yml
vendored
2
.github/workflows/validate_python.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
python-version: 3.7.4
|
||||
architecture: x64
|
||||
- name: Checkout PyTorch
|
||||
uses: actions/checkout@master
|
||||
uses: actions/checkout@main
|
||||
- name: Install flake8
|
||||
run: pip install flake8
|
||||
- name: Run flake8
|
||||
|
||||
Reference in New Issue
Block a user