File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 check_links :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v6
13+ - uses : actions/checkout@v7
1414 - name : Restore lychee cache
1515 id : restore-cache
1616 uses : actions/cache/restore@v5
Original file line number Diff line number Diff line change 1515 name : Format
1616 runs-on : ubuntu-22.04
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919 - uses : actions/setup-python@v6
2020 with :
2121 python-version : 3.10.4
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ jobs:
5757 steps :
5858 - name : Checkout ${{ github.ref_name }} since build is not scheduled
5959 if : ${{ github.event_name != 'schedule' }}
60- uses : actions/checkout@v6
60+ uses : actions/checkout@v7
6161 - name : Checkout ${{ inputs.ref_for_scheduled_build }} on scheduled build
6262 if : ${{ github.event_name == 'schedule' }}
63- uses : actions/checkout@v6
63+ uses : actions/checkout@v7
6464 with :
6565 ref : ${{ inputs.ref_for_scheduled_build }}
6666 - run : docker network create --subnet=192.168.56.0/24 --gateway 192.168.56.254 ursim_net
You can’t perform that action at this time.
0 commit comments