Surn commited on
Commit
2320c0e
1 Parent(s): a1411f9

Update audiocraft_linter.yml

Browse files

update to actions/checkout@v3

.github/workflows/audiocraft_linter.yml CHANGED
@@ -10,7 +10,7 @@ jobs:
10
  name: Run linter
11
  runs-on: ubuntu-latest
12
  steps:
13
- - uses: actions/checkout@v2
14
  - uses: ./.github/actions/audiocraft_build
15
  - run: |
16
  . env/bin/activate
 
10
  name: Run linter
11
  runs-on: ubuntu-latest
12
  steps:
13
+ - uses: actions/checkout@v3
14
  - uses: ./.github/actions/audiocraft_build
15
  - run: |
16
  . env/bin/activate