Skip to content

Commit f0612f7

Browse files
rjogradycopybara-github
authored andcommitted
Upgrade GitHub Actions for Node 24 compatibility
See #32 PiperOrigin-RevId: 845386328 Change-Id: I62106e7c22ef08cd858dabde23ca2d720bfc9c3c
1 parent 177f055 commit f0612f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/setup-python@v5
3232
with:
3333
python-version: "3.12"
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0
3737

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: write
1212
steps:
1313
# Update checkout version and add fetch-depth
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)