Skip to content

Commit 174d296

Browse files
committed
Upgrade GitHub Actions toolchain
1 parent 08b57ed commit 174d296

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
timeout-minutes: 25
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515

16-
- uses: actions/setup-python@v5
16+
- uses: actions/setup-python@v6
1717
with:
1818
python-version: "3.11"
1919

2020
- name: Install uv
21-
uses: astral-sh/setup-uv@v5
21+
uses: astral-sh/setup-uv@v8
2222

2323
- name: Install OpenEnv CLI
2424
run: python -m pip install git+https://github.com/meta-pytorch/OpenEnv.git

0 commit comments

Comments
 (0)