Skip to content

Commit f8910d3

Browse files
committed
Merge remote-tracking branch 'origin/master' into develop
2 parents 1d2f52e + c638100 commit f8910d3

15 files changed

Lines changed: 20 additions & 20 deletions

.github/workflows/api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

.github/workflows/auto_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

.github/workflows/bootstrap_testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/ci_build_major_branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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
@@ -89,7 +89,7 @@ jobs:
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

.github/workflows/ci_build_major_branch_keymap.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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
@@ -86,7 +86,7 @@ jobs:
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

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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

.github/workflows/develop_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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

.github/workflows/feature_branch_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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

0 commit comments

Comments
 (0)