Skip to content

Commit d3b5133

Browse files
Protocol Buffer TeamLogofile
authored andcommitted
This update fixes a merge conflict.
PiperOrigin-RevId: 623514390 Change-Id: I80fa75dc9fcd7bc3d51906653008979adbc0ec31
1 parent c5d2eda commit d3b5133

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,17 @@ jobs:
1414
contents: write
1515
runs-on: ubuntu-22.04
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
submodules: true # Fetch Hugo themes (true OR recursive)
2020
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
2121

22+
- uses: actions/setup-node@v4
23+
with:
24+
node-version: 20
25+
2226
- name: Setup Hugo
23-
uses: peaceiris/actions-hugo@v2
27+
uses: peaceiris/actions-hugo@v3
2428
with:
2529
hugo-version: 0.121.2
2630
extended: true
@@ -32,7 +36,7 @@ jobs:
3236
run: hugo --minify
3337

3438
- name: Deploy
35-
uses: peaceiris/actions-gh-pages@v3
39+
uses: peaceiris/actions-gh-pages@v4
3640
if: github.ref == 'refs/heads/main'
3741
with:
3842
github_token: ${{ secrets.GITHUB_TOKEN }}

content/programming-guides/serialization-not-canonical.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ allow for more optimization opportunities:
6666
To leave room for optimizations like this, we want to intentionally scramble
6767
field order in some configurations, so that applications do not inappropriately
6868
depend on field order.
69+

0 commit comments

Comments
 (0)