Skip to content

Commit 3963a45

Browse files
wuliang229copybara-github
authored andcommitted
chore(ci): Upgrade GitHub Actions versions in release workflows
This updates `actions/checkout`, `actions/setup-python`, and `astral-sh/setup-uv` to their latest major versions in the release-related GitHub Actions workflows. Co-authored-by: Liang Wu <wuliang@google.com> PiperOrigin-RevId: 933935472
1 parent 0adbab8 commit 3963a45

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
- uses: actions/checkout@v6
3232

3333
- name: Install uv
34-
uses: astral-sh/setup-uv@v4
34+
uses: astral-sh/setup-uv@v7
3535
with:
3636
version: "latest"
3737

3838
- name: Set up Python
39-
uses: actions/setup-python@v5
39+
uses: actions/setup-python@v6
4040
with:
4141
python-version: "3.11"
4242

.github/workflows/release-update-adk-web.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525

2626
- name: Fetch and unzip frontend assets
2727
run: |

.github/workflows/release-v1-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
echo "PEP 440 version: $PEP440"
4242
4343
- name: Install uv
44-
uses: astral-sh/setup-uv@v4
44+
uses: astral-sh/setup-uv@v7
4545
with:
4646
version: "latest"
4747

4848
- name: Set up Python
49-
uses: actions/setup-python@v5
49+
uses: actions/setup-python@v6
5050
with:
5151
python-version: "3.11"
5252

0 commit comments

Comments
 (0)