File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1919 python-version : ${{ matrix.python-version }}
2020
2121 # python cache
22- - uses : actions/cache@v1
22+ - uses : actions/cache@v4
2323 with :
2424 path : ~/.cache/pip
2525 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Original file line number Diff line number Diff line change 1919 python-version : ${{ matrix.python-version }}
2020
2121 # python cache
22- - uses : actions/cache@v1
22+ - uses : actions/cache@v4
2323 with :
2424 path : ~/.cache/pip
2525 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Tests
33on :
44 push :
55 paths-ignore :
6- - ' **.md'
7- - ' **.rst'
6+ - " **.md"
7+ - " **.rst"
88jobs :
99 build :
1010 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v3
1818 - name : Cache eggs
19- uses : actions/cache@v3
19+ uses : actions/cache@v4
2020 with :
2121 path : eggs
2222 key : ${{ runner.OS }}-build-python${{ matrix.python }}-${{ matrix.plone }}
Original file line number Diff line number Diff line change 1919 python-version : ${{ matrix.python-version }}
2020
2121 # python cache
22- - uses : actions/cache@v1
22+ - uses : actions/cache@v4
2323 with :
2424 path : ~/.cache/pip
2525 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
3737 # XXX: this doesn't work on gh actions (https://github.com/plone/plone.restapi/pull/1119/checks?check_run_id=2686474411)
3838 # run git diff
3939 - name : run git diff
40- run : git diff --exit-code
40+ run : git diff --exit-code
You can’t perform that action at this time.
0 commit comments