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 7373 architecture : ' x64'
7474
7575 - name : Cache Pip Dependencies
76- uses : actions/cache@v4
76+ uses : actions/cache@v5
7777 with :
7878 path : ~/.cache/pip
7979 key : ${{ runner.os }}-pip-docs-${{ hashFiles('src/main/python/docs/requires-docs.txt') }}
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129 uses : actions/checkout@v5
130130
131131 - name : Cache Maven Dependencies
132- uses : actions/cache@v4
132+ uses : actions/cache@v5
133133 with :
134134 path : ~/.m2/repository
135135 key : ${{ runner.os }}-maven-test-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -70,21 +70,21 @@ jobs:
7070 cache : ' maven'
7171
7272 - name : Cache Pip Dependencies
73- uses : actions/cache@v4
73+ uses : actions/cache@v5
7474 with :
7575 path : ~/.cache/pip
7676 key : ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('src/main/python/setup.py') }}
7777
7878 - name : Cache Datasets
79- uses : actions/cache@v4
79+ uses : actions/cache@v5
8080 with :
8181 path : |
8282 src/main/python/systemds/examples/tutorials/mnist
8383 src/main/python/systemds/examples/tutorials/adult/data.zip
8484 key : ${{ runner.os }}-mnist-${{ hashFiles('src/main/python/systemds/examples/tutorials/mnist.py') }}-${{ hashFiles('src/main/python/systemds/examples/tutorials/adult.py') }}
8585
8686 - name : Cache Deb Dependencies
87- uses : actions/cache@v4
87+ uses : actions/cache@v5
8888 with :
8989 path : /var/cache/apt/archives
9090 key : ${{ runner.os }}-${{ hashFiles('.github/workflows/python.yml') }}
@@ -146,7 +146,7 @@ jobs:
146146 - name : Cache Torch Hub
147147 if : ${{ matrix.test_mode == 'scuro' }}
148148 id : torch-cache
149- uses : actions/cache@v4
149+ uses : actions/cache@v5
150150 with :
151151 path : .torch
152152 key : ${{ runner.os }}-torch-${{ hashFiles('requirements.txt') }}
Original file line number Diff line number Diff line change 5454 - run : printf "JAVA_HOME = $JAVA_HOME \n"
5555
5656 - name : Cache local Maven repository
57- uses : actions/cache@v4
57+ uses : actions/cache@v5
5858 with :
5959 path : ~/.m2/repository
6060 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments