File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 build-and-publish-protos :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v6
1212
1313 -
uses :
bufbuild/[email protected] 1414
Original file line number Diff line number Diff line change 77jobs :
88 lint :
99 runs-on : ubuntu-latest
10- container : node:20
10+ container : node:24
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v6
1313 - name : Install prettier.
1414 run : npm install --global prettier
1515 - name : Verify proper formatting.
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 container : python:3.8
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v6
1313 - name : Install system dependencies.
1414 run : apt-get update && apt-get install -y rsync
1515 - name : Install the site generator.
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 container : python:3.8
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v6
1313 - name : Install the site-generator
1414 run : pip install -r requirements.txt
1515 - name : Build the site.
You can’t perform that action at this time.
0 commit comments