3030 os : [windows-latest, macOS-latest, ubuntu-latest]
3131 timeout-minutes : 40
3232 steps :
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434 - name : Set up Python 3.9
3535 uses : actions/setup-python@v6
3636 with :
4646 echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
4747 shell : bash
4848 - name : cache for pip
49- uses : actions/cache@v4
49+ uses : actions/cache@v5
5050 id : cache
5151 with :
5252 path : ${{ steps.pip-cache.outputs.dir }}
7979 python-version : ['3.9', '3.10', '3.11', '3.12']
8080 timeout-minutes : 40
8181 steps :
82- - uses : actions/checkout@v5
82+ - uses : actions/checkout@v6
8383 - name : Set up Python ${{ matrix.python-version }}
8484 uses : actions/setup-python@v6
8585 with :
9696 echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
9797 shell : bash
9898 - name : cache for pip
99- uses : actions/cache@v4
99+ uses : actions/cache@v5
100100 id : cache
101101 with :
102102 path : ${{ steps.pip-cache.outputs.dir }}
@@ -128,7 +128,7 @@ jobs:
128128 pytorch-version : ['2.5.1', '2.6.0', '2.7.1', '2.8.0']
129129 timeout-minutes : 40
130130 steps :
131- - uses : actions/checkout@v5
131+ - uses : actions/checkout@v6
132132 - name : Set up Python 3.9
133133 uses : actions/setup-python@v6
134134 with :
@@ -145,7 +145,7 @@ jobs:
145145 echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
146146 shell : bash
147147 - name : cache for pip
148- uses : actions/cache@v4
148+ uses : actions/cache@v5
149149 id : cache
150150 with :
151151 path : ${{ steps.pip-cache.outputs.dir }}
0 commit comments