File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 - name : Install native dependencies
3333 run : sudo apt-get update && sudo apt-get -y install libdbus-1-dev libgirepository-2.0-dev libcairo2-dev
3434 - name : Cache Python packages
35- uses : actions/cache@v5
35+ uses : actions/cache@v6
3636 with :
3737 path : ~/.cache/pip
3838 key : lint-code-${{ hashFiles('setup.py') }}-${{ hashFiles('tox.ini') }}
5656 - name : Install native dependencies
5757 run : sudo apt-get update && sudo apt-get -y install libdbus-1-dev libgirepository-2.0-dev plantuml libcairo2-dev
5858 - name : Cache Python packages
59- uses : actions/cache@v5
59+ uses : actions/cache@v6
6060 with :
6161 path : ~/.cache/pip
6262 key : docs-${{ hashFiles('setup.py') }}-${{ hashFiles('tox.ini') }}-${{ hashFiles('requirements-doc.txt') }}
8080 - name : Install native dependencies
8181 run : sudo apt-get update && sudo apt-get -y install libdbus-1-dev libgirepository-2.0-dev libcairo2-dev
8282 - name : Cache Python packages
83- uses : actions/cache@v5
83+ uses : actions/cache@v6
8484 with :
8585 path : ~/.cache/pip
8686 key : test-mindeps-${{ hashFiles('setup.py') }}-${{ hashFiles('tox.ini') }}
@@ -109,7 +109,7 @@ jobs:
109109 - name : Install native dependencies
110110 run : sudo apt-get update && sudo apt-get -y install libdbus-1-dev libgirepository-2.0-dev libcairo2-dev
111111 - name : Cache Python packages
112- uses : actions/cache@v5
112+ uses : actions/cache@v6
113113 with :
114114 path : ~/.cache/pip
115115 key : test-${{ hashFiles('setup.py') }}-${{ hashFiles('tox.ini') }}-${{ matrix.python-version }}
@@ -151,7 +151,7 @@ jobs:
151151 with :
152152 node-version : 24
153153 - name : Cache Node packages
154- uses : actions/cache@v5
154+ uses : actions/cache@v6
155155 with :
156156 path : node_modules
157157 key : release-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
You can’t perform that action at this time.
0 commit comments