File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 python-version : ${{ env.DEFAULT_PYTHON }}
3535
3636 - name : Cache pip
37- uses : actions/cache@v4
37+ uses : actions/cache@v5
3838 with :
3939 path : ~/.cache/pip
4040 key : ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-codeql-${{ hashFiles('requirements*.txt') }}
Original file line number Diff line number Diff line change 3939 python-version : ${{ env.DEFAULT_PYTHON }}
4040
4141 - name : Cache pip
42- uses : actions/cache@v4
42+ uses : actions/cache@v5
4343 with :
4444 path : ~/.cache/pip
4545 key : ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-release-${{ hashFiles('requirements*.txt') }}
Original file line number Diff line number Diff line change 3333 python-version : ${{ env.DEFAULT_PYTHON }}
3434
3535 - name : Cache pip
36- uses : actions/cache@v4
36+ uses : actions/cache@v5
3737 with :
3838 path : ~/.cache/pip
3939 key : ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-release-${{ hashFiles('requirements*.txt') }}
Original file line number Diff line number Diff line change 4545 python-version : ${{ matrix.python-version }}
4646
4747 - name : Cache pip
48- uses : actions/cache@v4
48+ uses : actions/cache@v5
4949 with :
5050 path : ~/.cache/pip
5151 key : ${{ runner.os }}-python-${{ matrix.python-version }}-tests-${{ hashFiles('requirements*.txt') }}
9797 python-version : ${{ env.DEFAULT_PYTHON }}
9898
9999 - name : Cache pip
100- uses : actions/cache@v4
100+ uses : actions/cache@v5
101101 with :
102102 path : ~/.cache/pip
103103 key : ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-tests-${{ hashFiles('requirements*.txt') }}
You can’t perform that action at this time.
0 commit comments