diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-21 02:13:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-21 02:13:14 +0000 |
| commit | 81cc69c2dd58da6cb21e86c2b630dc95e11e85d4 (patch) | |
| tree | 1cb4ca229a0a0591679930b8809ce42b0d25933c /.github | |
| parent | 0fde9c9cac5b2e86a2fe28cf8e2ea85b4b9c4c69 (diff) | |
Bump actions/checkout from 5 to 6 (#25807)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/api.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/auto_tag.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ci_build_major_branch.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/ci_build_major_branch_keymap.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/cli.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/develop_update.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/docs.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/feature_branch_update.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/format.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/format_push.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/lint.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/regen.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/regen_push.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/unit_test.yml | 2 |
14 files changed, 17 insertions, 17 deletions
diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index cdf6349878..58e12138c5 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml | |||
| @@ -25,7 +25,7 @@ jobs: | |||
| 25 | if: github.repository == 'qmk/qmk_firmware' | 25 | if: github.repository == 'qmk/qmk_firmware' |
| 26 | 26 | ||
| 27 | steps: | 27 | steps: |
| 28 | - uses: actions/checkout@v5 | 28 | - uses: actions/checkout@v6 |
| 29 | with: | 29 | with: |
| 30 | fetch-depth: 1 | 30 | fetch-depth: 1 |
| 31 | persist-credentials: false | 31 | persist-credentials: false |
diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml index a2c6a104a8..c6db22ab74 100644 --- a/.github/workflows/auto_tag.yml +++ b/.github/workflows/auto_tag.yml | |||
| @@ -28,7 +28,7 @@ jobs: | |||
| 28 | if: github.repository == 'qmk/qmk_firmware' | 28 | if: github.repository == 'qmk/qmk_firmware' |
| 29 | 29 | ||
| 30 | steps: | 30 | steps: |
| 31 | - uses: actions/checkout@v5 | 31 | - uses: actions/checkout@v6 |
| 32 | with: | 32 | with: |
| 33 | fetch-depth: 0 | 33 | fetch-depth: 0 |
| 34 | 34 | ||
diff --git a/.github/workflows/ci_build_major_branch.yml b/.github/workflows/ci_build_major_branch.yml index 6cefd58901..f21f4c3171 100644 --- a/.github/workflows/ci_build_major_branch.yml +++ b/.github/workflows/ci_build_major_branch.yml | |||
| @@ -45,7 +45,7 @@ jobs: | |||
| 45 | git config --global --add safe.directory '*' | 45 | git config --global --add safe.directory '*' |
| 46 | 46 | ||
| 47 | - name: Checkout QMK Firmware | 47 | - name: Checkout QMK Firmware |
| 48 | uses: actions/checkout@v5 | 48 | uses: actions/checkout@v6 |
| 49 | 49 | ||
| 50 | - name: Determine concurrency | 50 | - name: Determine concurrency |
| 51 | id: generate_slice_length | 51 | id: generate_slice_length |
| @@ -82,7 +82,7 @@ jobs: | |||
| 82 | git config --global --add safe.directory '*' | 82 | git config --global --add safe.directory '*' |
| 83 | 83 | ||
| 84 | - name: Checkout QMK Firmware | 84 | - name: Checkout QMK Firmware |
| 85 | uses: actions/checkout@v5 | 85 | uses: actions/checkout@v6 |
| 86 | with: | 86 | with: |
| 87 | fetch-depth: 0 | 87 | fetch-depth: 0 |
| 88 | 88 | ||
diff --git a/.github/workflows/ci_build_major_branch_keymap.yml b/.github/workflows/ci_build_major_branch_keymap.yml index f5533cf07a..89c932553a 100644 --- a/.github/workflows/ci_build_major_branch_keymap.yml +++ b/.github/workflows/ci_build_major_branch_keymap.yml | |||
| @@ -37,7 +37,7 @@ jobs: | |||
| 37 | git config --global --add safe.directory '*' | 37 | git config --global --add safe.directory '*' |
| 38 | 38 | ||
| 39 | - name: Checkout QMK Firmware | 39 | - name: Checkout QMK Firmware |
| 40 | uses: actions/checkout@v5 | 40 | uses: actions/checkout@v6 |
| 41 | 41 | ||
| 42 | - name: Generate build targets | 42 | - name: Generate build targets |
| 43 | id: generate_targets | 43 | id: generate_targets |
| @@ -89,7 +89,7 @@ jobs: | |||
| 89 | git config --global --add safe.directory '*' | 89 | git config --global --add safe.directory '*' |
| 90 | 90 | ||
| 91 | - name: Checkout QMK Firmware | 91 | - name: Checkout QMK Firmware |
| 92 | uses: actions/checkout@v5 | 92 | uses: actions/checkout@v6 |
| 93 | 93 | ||
| 94 | - name: Get target definitions | 94 | - name: Get target definitions |
| 95 | uses: actions/download-artifact@v6 | 95 | uses: actions/download-artifact@v6 |
| @@ -136,7 +136,7 @@ jobs: | |||
| 136 | 136 | ||
| 137 | steps: | 137 | steps: |
| 138 | - name: Checkout QMK Firmware | 138 | - name: Checkout QMK Firmware |
| 139 | uses: actions/checkout@v5 | 139 | uses: actions/checkout@v6 |
| 140 | 140 | ||
| 141 | - name: Download firmwares | 141 | - name: Download firmwares |
| 142 | uses: actions/download-artifact@v6 | 142 | uses: actions/download-artifact@v6 |
diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index fc24c6b366..ca794decf5 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml | |||
| @@ -24,7 +24,7 @@ jobs: | |||
| 24 | - name: Disable safe.directory check | 24 | - name: Disable safe.directory check |
| 25 | run : git config --global --add safe.directory '*' | 25 | run : git config --global --add safe.directory '*' |
| 26 | 26 | ||
| 27 | - uses: actions/checkout@v5 | 27 | - uses: actions/checkout@v6 |
| 28 | with: | 28 | with: |
| 29 | submodules: recursive | 29 | submodules: recursive |
| 30 | 30 | ||
diff --git a/.github/workflows/develop_update.yml b/.github/workflows/develop_update.yml index 5c046b8f64..03d0803fe8 100644 --- a/.github/workflows/develop_update.yml +++ b/.github/workflows/develop_update.yml | |||
| @@ -15,7 +15,7 @@ jobs: | |||
| 15 | if: github.repository == 'qmk/qmk_firmware' | 15 | if: github.repository == 'qmk/qmk_firmware' |
| 16 | 16 | ||
| 17 | steps: | 17 | steps: |
| 18 | - uses: actions/checkout@v5 | 18 | - uses: actions/checkout@v6 |
| 19 | with: | 19 | with: |
| 20 | token: ${{ secrets.QMK_BOT_TOKEN }} | 20 | token: ${{ secrets.QMK_BOT_TOKEN }} |
| 21 | fetch-depth: 0 | 21 | fetch-depth: 0 |
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index fe5d6027e2..20a1372f26 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml | |||
| @@ -30,7 +30,7 @@ jobs: | |||
| 30 | container: ghcr.io/qmk/qmk_cli | 30 | container: ghcr.io/qmk/qmk_cli |
| 31 | 31 | ||
| 32 | steps: | 32 | steps: |
| 33 | - uses: actions/checkout@v5 | 33 | - uses: actions/checkout@v6 |
| 34 | with: | 34 | with: |
| 35 | fetch-depth: 1 | 35 | fetch-depth: 1 |
| 36 | 36 | ||
diff --git a/.github/workflows/feature_branch_update.yml b/.github/workflows/feature_branch_update.yml index fc33f883a8..1eb5810f9b 100644 --- a/.github/workflows/feature_branch_update.yml +++ b/.github/workflows/feature_branch_update.yml | |||
| @@ -21,7 +21,7 @@ jobs: | |||
| 21 | - riot | 21 | - riot |
| 22 | 22 | ||
| 23 | steps: | 23 | steps: |
| 24 | - uses: actions/checkout@v5 | 24 | - uses: actions/checkout@v6 |
| 25 | with: | 25 | with: |
| 26 | token: ${{ secrets.QMK_BOT_TOKEN }} | 26 | token: ${{ secrets.QMK_BOT_TOKEN }} |
| 27 | fetch-depth: 0 | 27 | fetch-depth: 0 |
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index be6617e2b2..cc32f6f898 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml | |||
| @@ -26,7 +26,7 @@ jobs: | |||
| 26 | - name: Disable safe.directory check | 26 | - name: Disable safe.directory check |
| 27 | run : git config --global --add safe.directory '*' | 27 | run : git config --global --add safe.directory '*' |
| 28 | 28 | ||
| 29 | - uses: actions/checkout@v5 | 29 | - uses: actions/checkout@v6 |
| 30 | with: | 30 | with: |
| 31 | fetch-depth: 0 | 31 | fetch-depth: 0 |
| 32 | 32 | ||
diff --git a/.github/workflows/format_push.yml b/.github/workflows/format_push.yml index 74a42669d6..738515251a 100644 --- a/.github/workflows/format_push.yml +++ b/.github/workflows/format_push.yml | |||
| @@ -19,7 +19,7 @@ jobs: | |||
| 19 | - name: Disable safe.directory check | 19 | - name: Disable safe.directory check |
| 20 | run : git config --global --add safe.directory '*' | 20 | run : git config --global --add safe.directory '*' |
| 21 | 21 | ||
| 22 | - uses: actions/checkout@v5 | 22 | - uses: actions/checkout@v6 |
| 23 | with: | 23 | with: |
| 24 | fetch-depth: 0 | 24 | fetch-depth: 0 |
| 25 | 25 | ||
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7d4ff0a977..ec5e04804d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml | |||
| @@ -18,7 +18,7 @@ jobs: | |||
| 18 | - name: Disable safe.directory check | 18 | - name: Disable safe.directory check |
| 19 | run : git config --global --add safe.directory '*' | 19 | run : git config --global --add safe.directory '*' |
| 20 | 20 | ||
| 21 | - uses: actions/checkout@v5 | 21 | - uses: actions/checkout@v6 |
| 22 | with: | 22 | with: |
| 23 | fetch-depth: 0 | 23 | fetch-depth: 0 |
| 24 | 24 | ||
diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml index 06759102cc..6eb94c8aaa 100644 --- a/.github/workflows/regen.yml +++ b/.github/workflows/regen.yml | |||
| @@ -19,7 +19,7 @@ jobs: | |||
| 19 | - name: Disable safe.directory check | 19 | - name: Disable safe.directory check |
| 20 | run : git config --global --add safe.directory '*' | 20 | run : git config --global --add safe.directory '*' |
| 21 | 21 | ||
| 22 | - uses: actions/checkout@v5 | 22 | - uses: actions/checkout@v6 |
| 23 | 23 | ||
| 24 | - name: Run qmk generators | 24 | - name: Run qmk generators |
| 25 | run: | | 25 | run: | |
diff --git a/.github/workflows/regen_push.yml b/.github/workflows/regen_push.yml index 4798e86c59..df7e9970ea 100644 --- a/.github/workflows/regen_push.yml +++ b/.github/workflows/regen_push.yml | |||
| @@ -19,7 +19,7 @@ jobs: | |||
| 19 | - name: Disable safe.directory check | 19 | - name: Disable safe.directory check |
| 20 | run : git config --global --add safe.directory '*' | 20 | run : git config --global --add safe.directory '*' |
| 21 | 21 | ||
| 22 | - uses: actions/checkout@v5 | 22 | - uses: actions/checkout@v6 |
| 23 | 23 | ||
| 24 | - name: Run qmk generators | 24 | - name: Run qmk generators |
| 25 | run: | | 25 | run: | |
diff --git a/.github/workflows/unit_test.yml b/.github/workflows/unit_test.yml index 7ab9969242..2384cfb039 100644 --- a/.github/workflows/unit_test.yml +++ b/.github/workflows/unit_test.yml | |||
| @@ -26,7 +26,7 @@ jobs: | |||
| 26 | container: ghcr.io/qmk/qmk_cli | 26 | container: ghcr.io/qmk/qmk_cli |
| 27 | 27 | ||
| 28 | steps: | 28 | steps: |
| 29 | - uses: actions/checkout@v5 | 29 | - uses: actions/checkout@v6 |
| 30 | with: | 30 | with: |
| 31 | submodules: recursive | 31 | submodules: recursive |
| 32 | - name: Install dependencies | 32 | - name: Install dependencies |
