File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 if : github.event.pull_request.merged == true
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v6.0.2
16+ uses : actions/checkout@v6.0.3
1717 - name : Process markdown files
1818 run : |
1919 find . -name '*.md' | xargs perl tools/autodoc.pl
Original file line number Diff line number Diff line change 1010 name : Go ${{ matrix.go }} test
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v6.0.2
13+ uses : actions/checkout@v6.0.3
1414 - name : Check documentation generator
1515 run : |
1616 find . -name '*.md' | xargs env AUTODOC_DRYRUN=1 perl tools/autodoc.pl
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - name : Checkout repository
9- uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.1
9+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.1
1010 - name : Install Go stable version
1111 uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
1212 with :
You can’t perform that action at this time.
0 commit comments