File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6262 OPEN_SPIEL_BUILD_WITH_ORTOOLS_DOWNLOAD_URL : ${{ matrix.OPEN_SPIEL_BUILD_WITH_ORTOOLS_DOWNLOAD_URL }}
6363
6464 steps :
65- - uses : actions/checkout@v4
65+ - uses : actions/checkout@v6
6666 - uses : julia-actions/setup-julia@v2
6767 with :
6868 version : 1.8
Original file line number Diff line number Diff line change @@ -103,9 +103,9 @@ jobs:
103103 CIBW_ENVIRONMENT : ${{ matrix.CIBW_ENVIRONMENT }}
104104
105105 steps :
106- - uses : actions/checkout@v5
106+ - uses : actions/checkout@v6
107107
108- - uses : actions/setup-python@v5
108+ - uses : actions/setup-python@v6
109109
110110 - name : Install
111111 run : |
@@ -157,7 +157,7 @@ jobs:
157157 source ./venv/bin/activate
158158 ./open_spiel/scripts/test_wheel.sh full `pwd` python
159159
160- - uses : actions/upload-artifact@v4
160+ - uses : actions/upload-artifact@v6
161161 with :
162162 name : artifact-${{ matrix.os }}-${{ matrix.NAME }}
163163 path : |
You can’t perform that action at this time.
0 commit comments