Skip to content

Commit 78d59fe

Browse files
authored
Merge branch 'main' into test_mosaic_tutorial_2.11
2 parents 2eaef42 + cc4874c commit 78d59fe

18 files changed

Lines changed: 34 additions & 51 deletions

.ci/docker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ bs4
3434
awscliv2==2.1.1
3535
flask
3636
spacy==3.7.1 # Keep this version consistent with the model version in .jenkins/build.sh
37-
ray[serve,train,tune]==2.52.1
37+
ray[serve,train,tune]==2.54.0
3838
tiktoken
3939
tensorboard
4040
jinja2==3.1.3

.devcontainer/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ipython
2424
# to run examples
2525
pandas
2626
scikit-image
27-
pillow==10.3.0
27+
pillow==12.2.0
2828
wget
2929
tiktoken
3030

.github/workflows/MonthlyLinkCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
issues: write
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 1
2121
- name: Check Links

.github/workflows/_build-tutorials-base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
docker exec -it $(docker container ps --format '{{.ID}}') bash
5353
5454
- name: Checkout Tutorials
55-
uses: actions/checkout@v3
55+
uses: actions/checkout@v6
5656
with:
5757
fetch-depth: 0
5858

@@ -130,7 +130,7 @@ jobs:
130130
docker exec -it $(docker container ps --format '{{.ID}}') bash
131131
132132
- name: Checkout Tutorials
133-
uses: actions/checkout@v3
133+
uses: actions/checkout@v6
134134
with:
135135
fetch-depth: 0
136136

.github/workflows/build-tutorials-nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ on:
1818
# pull_request:
1919

2020
# Comment out the below line to disable on the main branch
21-
# push:
22-
# branches:
23-
# - main
21+
push:
22+
branches:
23+
- main
2424
workflow_dispatch:
2525

2626
concurrency:

.github/workflows/check-redirects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818

.github/workflows/docathon-label-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
pull-requests: write
1313
steps:
1414
- name: Check if PR mentions an issue and get labels
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 1
1818
- name: Set up Python
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: 3.x
2222
- name: Install dependencies

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
github-secret: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- name: Checkout
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v6
4242

4343
- name: Setup Linux
4444
uses: pytorch/test-infra/.github/actions/setup-linux@main

.github/workflows/link_checkPR.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 1
1818

@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Check for Skip Label
2424
id: skip-label
25-
uses: actions/github-script@v6
25+
uses: actions/github-script@v7
2626
with:
2727
script: |
2828
const labels = await github.rest.issues.listLabelsOnIssue({

.github/workflows/lintrunner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout tutorials
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+
uses: actions/checkout@v6
2020

2121
- name: Setup Python
22-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: '3.12'
2525

0 commit comments

Comments
 (0)