Use latest actions/checkout

This commit is contained in:
Edward Firmo
2024-02-23 12:10:19 +01:00
parent 158a28befc
commit 384e7d4c29
8 changed files with 29 additions and 29 deletions

View File

@@ -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