File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515
1616jobs :
1717 deploy-example-site :
18- uses : nginxinc/docs-actions/.github/workflows/docs-build-push.yml@54da3ca1694da6ce34840123a133054d847efcd6 # 1 .0.13
18+ uses : nginxinc/docs-actions/.github/workflows/docs-build-push.yml@87da99295dcb424d92efb2f6d783cc02e7c8da43 # v1 .0.15
1919 with :
2020 production_url_path : " /nginx-hugo-theme"
2121 preview_url_path : " /previews/nginx-hugo-theme"
3939 ref : ${{ github.event.workflow_run.head_branch }}
4040 - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
4141 with :
42- node-version : 22.22.0
42+ node-version : 22.22.1
4343 - name : Installing packages
4444 run : cd performance && npm ci
4545 - name : Generating lighthouse reports for PR...
Original file line number Diff line number Diff line change 2323 - name : Setup Go
2424 uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
2525 with :
26- go-version : " 1.26.0 "
26+ go-version : " 1.26.1 "
2727
2828 - name : Setup Hugo
2929 uses : peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0
Original file line number Diff line number Diff line change 4545 extended : true
4646 - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
4747 with :
48- go-version : ' 1.26.0 '
48+ go-version : ' 1.26.1 '
4949 - name : Install dependencies
5050 run : cd tests && npm ci
5151 - name : Run Playwright tests
You can’t perform that action at this time.
0 commit comments