Skip to content

Commit 71908ad

Browse files
committed
Merge pull request #1409 from salmanmkc:upgrade-github-actions-node24
PiperOrigin-RevId: 851353009 Change-Id: I2d5b1082044b9e1787acac53a8d5e03485b8cfd3
2 parents 4f418da + 6bb550a commit 71908ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)