File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 steps :
2020 - id : checkout
2121 name : Checkout Repository
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323
2424 - id : setup
2525 name : Setup Toolchain
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323
2424 - name : Install LLVM tools
2525 run : sudo apt-get update && sudo apt-get install -y llvm
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323
2424 - name : Install LLVM tools
2525 run : sudo apt-get update && sudo apt-get install -y llvm
Original file line number Diff line number Diff line change 1515 steps :
1616 - id : checkout
1717 name : Checkout Repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919
2020 - id : setup
2121 name : Setup Toolchain
4444 steps :
4545 - id : checkout
4646 name : Checkout Repository
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v5
4848
4949 - id : setup
5050 name : Setup Toolchain
9797 steps :
9898 - id : checkout
9999 name : Checkout Repository
100- uses : actions/checkout@v4
100+ uses : actions/checkout@v5
101101
102102 - id : setup
103103 name : Setup Toolchain
Original file line number Diff line number Diff line change 9696 echo "override_commit=$(<commit_sha.txt)" >> "$GITHUB_OUTPUT"
9797
9898 - name : Checkout repository
99- uses : actions/checkout@v4
99+ uses : actions/checkout@v5
100100 with :
101101 ref : ${{ steps.parse_previous_artifacts.outputs.override_commit || '' }}
102102 path : repo_root
You can’t perform that action at this time.
0 commit comments