File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 if : github.repository == 'qmk/qmk_firmware'
2626
2727 steps :
28- - uses : actions/checkout@v6
28+ - uses : actions/checkout@v7
2929 with :
3030 fetch-depth : 1
3131 persist-credentials : false
Original file line number Diff line number Diff line change 2828 if : github.repository == 'qmk/qmk_firmware'
2929
3030 steps :
31- - uses : actions/checkout@v6
31+ - uses : actions/checkout@v7
3232 with :
3333 fetch-depth : 0
3434
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 echo 'Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' >> /etc/sudoers
124124
125125 - name : Checkout repository
126- uses : actions/checkout@v6
126+ uses : actions/checkout@v7
127127 with :
128128 fetch-depth : 1
129129 submodules : recursive
@@ -201,7 +201,7 @@ jobs:
201201
202202 steps :
203203 - name : Checkout repository
204- uses : actions/checkout@v6
204+ uses : actions/checkout@v7
205205 with :
206206 fetch-depth : 1
207207 submodules : recursive
@@ -258,7 +258,7 @@ jobs:
258258 git:
259259
260260 - name : Checkout repository
261- uses : actions/checkout@v6
261+ uses : actions/checkout@v7
262262 with :
263263 fetch-depth : 1
264264 submodules : recursive
Original file line number Diff line number Diff line change 4141 git config --global --add safe.directory '*'
4242
4343 - name : Checkout QMK Firmware
44- uses : actions/checkout@v6
44+ uses : actions/checkout@v7
4545
4646 - name : Install dependencies
4747 run : pip3 install -r requirements-dev.txt
8989 git config --global --add safe.directory '*'
9090
9191 - name : Checkout QMK Firmware
92- uses : actions/checkout@v6
92+ uses : actions/checkout@v7
9393 with :
9494 fetch-depth : 0
9595
Original file line number Diff line number Diff line change 3232 git config --global --add safe.directory '*'
3333
3434 - name : Checkout QMK Firmware
35- uses : actions/checkout@v6
35+ uses : actions/checkout@v7
3636
3737 - name : Install dependencies
3838 run : pip3 install -r requirements-dev.txt
8686 git config --global --add safe.directory '*'
8787
8888 - name : Checkout QMK Firmware
89- uses : actions/checkout@v6
89+ uses : actions/checkout@v7
9090 with :
9191 submodules : recursive
9292
@@ -166,7 +166,7 @@ jobs:
166166
167167 steps :
168168 - name : Checkout QMK Firmware
169- uses : actions/checkout@v6
169+ uses : actions/checkout@v7
170170
171171 - name : Download firmwares
172172 uses : actions/download-artifact@v8
Original file line number Diff line number Diff line change 2424 - name : Disable safe.directory check
2525 run : git config --global --add safe.directory '*'
2626
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828 with :
2929 submodules : recursive
3030
Original file line number Diff line number Diff line change 1515 if : github.repository == 'qmk/qmk_firmware'
1616
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919 with :
2020 token : ${{ secrets.QMK_BOT_TOKEN }}
2121 fetch-depth : 0
Original file line number Diff line number Diff line change 3030 container : ghcr.io/qmk/qmk_cli
3131
3232 steps :
33- - uses : actions/checkout@v6
33+ - uses : actions/checkout@v7
3434 with :
3535 fetch-depth : 1
3636
Original file line number Diff line number Diff line change 2121 - riot
2222
2323 steps :
24- - uses : actions/checkout@v6
24+ - uses : actions/checkout@v7
2525 with :
2626 token : ${{ secrets.QMK_BOT_TOKEN }}
2727 fetch-depth : 0
Original file line number Diff line number Diff line change 2626 - name : Disable safe.directory check
2727 run : git config --global --add safe.directory '*'
2828
29- - uses : actions/checkout@v6
29+ - uses : actions/checkout@v7
3030 with :
3131 fetch-depth : 0
3232
You can’t perform that action at this time.
0 commit comments