File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1010 name : Check occ command syntax
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414
1515 - name : Run script
1616 run : |
Original file line number Diff line number Diff line change 1212 runs-on : self-hosted
1313 steps :
1414 - name : Check out code
15- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
1616 with :
1717 persist-credentials : false
1818
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
1717 with :
1818 persist-credentials : false
1919
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
1919 with :
2020 submodules : true
2121
Original file line number Diff line number Diff line change 1111 user_manual :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
14+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
1515 - uses : actions/setup-python@v5
1616 with :
1717 python-version : ' 3.10'
3232 user_manual-en :
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
35+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
3636 - uses : actions/setup-python@v5
3737 with :
3838 python-version : ' 3.10'
4545 developer_manual :
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
48+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
4949 - uses : actions/setup-python@v5
5050 with :
5151 python-version : ' 3.10'
6666 admin_manual :
6767 runs-on : ubuntu-latest
6868 steps :
69- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
69+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
7070 - uses : actions/setup-python@v5
7171 with :
7272 python-version : ' 3.10'
You can’t perform that action at this time.
0 commit comments