File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333
3434 - name : Cache pip dependencies
3535 id : cache-dependencies
36- uses : actions/cache@v5
36+ uses : actions/cache@v6
3737 with :
3838 path : ${{ steps.pip-cache-dir.outputs.dir }}
3939 key : ${{ runner.os }}-pip-${{ hashFiles('requirements/edx/development.txt') }}
Original file line number Diff line number Diff line change 5555
5656 - name : Cache pip dependencies
5757 id : cache-dependencies
58- uses : actions/cache@v5
58+ uses : actions/cache@v6
5959 with :
6060 path : ${{ steps.pip-cache-dir.outputs.dir }}
6161 key : ${{ runner.os }}-pip-${{ hashFiles('requirements/edx/base.txt') }}
Original file line number Diff line number Diff line change 3333
3434 - name : Cache pip dependencies
3535 id : cache-dependencies
36- uses : actions/cache@v5
36+ uses : actions/cache@v6
3737 with :
3838 path : ${{ steps.pip-cache-dir.outputs.dir }}
3939 key : ${{ runner.os }}-pip-${{ hashFiles('requirements/edx/development.txt') }}
Original file line number Diff line number Diff line change 9090
9191 - name : Cache pip dependencies
9292 id : cache-dependencies
93- uses : actions/cache@v5
93+ uses : actions/cache@v6
9494 with :
9595 path : ${{ steps.pip-cache-dir.outputs.dir }}
9696 key : ${{ runner.os }}-pip-${{ hashFiles('requirements/edx/development.txt') }}
Original file line number Diff line number Diff line change 4949
5050 - name : Cache pip dependencies
5151 id : cache-dependencies
52- uses : actions/cache@v5
52+ uses : actions/cache@v6
5353 with :
5454 path : ${{ steps.pip-cache-dir.outputs.dir }}
5555 key : ${{ runner.os }}-pip-${{ hashFiles('requirements/edx/development.txt') }}
Original file line number Diff line number Diff line change 5050
5151 - name : Cache pip dependencies
5252 id : cache-dependencies
53- uses : actions/cache@v5
53+ uses : actions/cache@v6
5454 with :
5555 path : ${{ steps.pip-cache-dir.outputs.dir }}
5656 key : ${{ runner.os }}-pip-${{ hashFiles('requirements/edx/testing.txt') }}
Original file line number Diff line number Diff line change 6363
6464 - name : Cache pip dependencies
6565 id : cache-dependencies
66- uses : actions/cache@v5
66+ uses : actions/cache@v6
6767 with :
6868 path : ${{ steps.pip-cache-dir.outputs.dir }}
6969 key : ${{ runner.os }}-pip-${{ hashFiles('requirements/edx/development.txt') }}
You can’t perform that action at this time.
0 commit comments