File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,12 @@ jobs:
1111 runs-on : ubuntu-latest
1212 if : ${{ github.repository == 'mixxxdj/demucs' || github.event_name == 'workflow_dispatch' }}
1313 steps :
14- - uses : actions/checkout@v2
15- - uses : actions/setup-python@v2
14+ - uses : actions/checkout@v4
15+ - uses : actions/setup-python@v5
1616 with :
1717 python-version : 3.13
1818
19+ - uses : actions/cache@v4
1920 with :
2021 path : env
2122 key : tests-${{ hashFiles('**/requirements.txt') }}
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 runs-on : ubuntu-latest
1212 if : ${{ github.repository == 'mixxxdj/demucs' || github.event_name == 'workflow_dispatch' }}
1313 steps :
14- - uses : actions/checkout@v2
15- - uses : actions/setup-python@v2
14+ - uses : actions/checkout@v4
15+ - uses : actions/setup-python@v5
1616 with :
1717 python-version : 3.13
1818
19- - uses : actions/cache@v2
19+ - uses : actions/cache@v4
2020 with :
2121 path : env
2222 key : tests-${{ hashFiles('**/requirements.txt') }}
You can’t perform that action at this time.
0 commit comments