File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535 if : ${{ needs.pre_job.outputs.should_skip != 'true' || github.ref_name == 'main' }}
3636
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v5
3939 - name : Set up Python
4040 uses : actions/setup-python@v5
4141 with :
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 0
2424
Original file line number Diff line number Diff line change 4141 if : ${{ needs.pre_job.outputs.should_skip != 'true' || github.ref_name == 'main' }}
4242
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545 - name : Set up Go
4646 uses : actions/setup-go@v5
4747 with :
Original file line number Diff line number Diff line change 4040 if : ${{ needs.pre_job.outputs.should_skip != 'true' || github.ref_name == 'main' }}
4141
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444 - name : Set up Python
4545 uses : actions/setup-python@v5
4646 with :
You can’t perform that action at this time.
0 commit comments