File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 libltdl-dev \
123123 patch \
124124 zlib1g-dev
125- - uses : actions/cache@v4
125+ - uses : actions/cache@v5
126126 with :
127127 # This is where python for android puts its intermediary build
128128 # files - we cache this to improve build performance, but be
@@ -134,7 +134,7 @@ jobs:
134134 # but repeated workflow calls for this commit will use the cache.
135135 path : ./python-for-android
136136 key : ${{ runner.os }}-python-for-android-${{ steps.get-commit.outputs.sha }}
137- - uses : actions/cache@v4
137+ - uses : actions/cache@v5
138138 with :
139139 path : ~/.cache/pip
140140 key : ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
Original file line number Diff line number Diff line change 3939 uses : actions/setup-python@v6
4040 with :
4141 python-version : 3.9
42- - uses : actions/cache@v4
42+ - uses : actions/cache@v5
4343 with :
4444 path : ~/.cache/pip
4545 key : ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
You can’t perform that action at this time.
0 commit comments