File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 gh-pages :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - run : make -C docs/book build
2020 - name : Upload artifact
2121 uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change 1212 working-directory :
1313 - " "
1414 steps :
15- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
15+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # tag=v4.2.2
1616 - name : Calculate go version
1717 id : vars
1818 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Check out code into the Go module directory
22- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
22+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # tag=v4.1.1
2323 - name : Calculate go version
2424 id : vars
2525 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 1616 - name : Set env
1717 run : echo "RELEASE_TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
1818 - name : checkout code
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0
2222 - name : Set up Go
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
12+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # tag=v4.1.7
1313
1414 - name : Check if PR title is valid
1515 env :
You can’t perform that action at this time.
0 commit comments