File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed
Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 4646
4747 - id : checkout
4848 name : Checkout Repository
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v6
5050
5151 - id : compose
5252 name : Compose
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@v6
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 1717 steps :
1818 - id : checkout
1919 name : Checkout Repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121
2222 - id : setup
2323 name : Setup Toolchain
4242 steps :
4343 - id : checkout
4444 name : Checkout Repository
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v6
4646
4747 - id : setup
4848 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@v6
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 2525 steps :
2626 - id : checkout
2727 name : Checkout Repository
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v6
2929
3030 - id : sync
3131 name : Apply Labels from File
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@v6
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@v6
4848
4949 - id : setup
5050 name : Setup Toolchain
9696
9797 steps :
9898 - name : Checkout code
99- uses : actions/checkout@v4
99+ uses : actions/checkout@v6
100100
101101 - id : setup
102102 name : Setup Toolchain
@@ -119,7 +119,7 @@ jobs:
119119 steps :
120120 - id : checkout
121121 name : Checkout Repository
122- uses : actions/checkout@v4
122+ uses : actions/checkout@v6
123123
124124 - id : setup
125125 name : Setup Toolchain
@@ -173,7 +173,7 @@ jobs:
173173
174174 - id : checkout
175175 name : Checkout Repository
176- uses : actions/checkout@v4
176+ uses : actions/checkout@v6
177177
178178 - id : test
179179 name : Run E2E Tests
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@v6
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