Skip to content

Commit 4864287

Browse files
google-genai-botcopybara-github
authored andcommitted
chore: Update actions/checkout to v6 in GitHub workflows
V4 still uses deprecated Node.js 20. PiperOrigin-RevId: 882275971
1 parent aabf15a commit 4864287

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-commit-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Step 1: Check out the code
2222
# This action checks out your repository under $GITHUB_WORKSPACE, so your workflow can access it.
2323
- name: Checkout Code
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525
with:
2626
# We need to fetch all commits to accurately count them.
2727
# '0' means fetch all history for all branches and tags.

.github/workflows/validation.yml

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

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424

2525
- name: Set up Java ${{ matrix.java-version }}
2626
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)