diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-05 18:50:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-05 18:50:04 +0100 |
| commit | 549708edfa044b39cdc055810bc11934af9b4d07 (patch) | |
| tree | d0c8700598cc26c20621fa976f5b9eed700ba5b6 /.github/workflows | |
| parent | 6aa3814f6e97e6efd78b145fcff2098a226f401e (diff) | |
Bump actions/checkout from 3 to 4 (#21907)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
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/workflows')
| -rw-r--r-- | .github/workflows/api.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/auto_tag.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ci_builds.yml | 2 | ||||
| -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 |
13 files changed, 13 insertions, 13 deletions
diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 38c1cfe506..db78f16112 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@v3 | 28 | - uses: actions/checkout@v4 |
| 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 0fc5e88505..b4465277b0 100644 --- a/.github/workflows/auto_tag.yml +++ b/.github/workflows/auto_tag.yml | |||
| @@ -27,7 +27,7 @@ jobs: | |||
| 27 | if: github.repository == 'qmk/qmk_firmware' | 27 | if: github.repository == 'qmk/qmk_firmware' |
| 28 | 28 | ||
| 29 | steps: | 29 | steps: |
| 30 | - uses: actions/checkout@v3 | 30 | - uses: actions/checkout@v4 |
| 31 | with: | 31 | with: |
| 32 | fetch-depth: 0 | 32 | fetch-depth: 0 |
| 33 | 33 | ||
diff --git a/.github/workflows/ci_builds.yml b/.github/workflows/ci_builds.yml index b3bb83fa85..81151d6898 100644 --- a/.github/workflows/ci_builds.yml +++ b/.github/workflows/ci_builds.yml | |||
| @@ -33,7 +33,7 @@ jobs: | |||
| 33 | - name: Disable safe.directory check | 33 | - name: Disable safe.directory check |
| 34 | run : git config --global --add safe.directory '*' | 34 | run : git config --global --add safe.directory '*' |
| 35 | 35 | ||
| 36 | - uses: actions/checkout@v3 | 36 | - uses: actions/checkout@v4 |
| 37 | with: | 37 | with: |
| 38 | submodules: recursive | 38 | submodules: recursive |
| 39 | ref: ${{ github.event.inputs.branch || github.ref }} | 39 | ref: ${{ github.event.inputs.branch || github.ref }} |
diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 27bdcc562b..77b5bfe073 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@v3 | 27 | - uses: actions/checkout@v4 |
| 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 9c041c42ec..afcda1fe98 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@v3 | 18 | - uses: actions/checkout@v4 |
| 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 39a8e396be..a6944e1816 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml | |||
| @@ -23,7 +23,7 @@ jobs: | |||
| 23 | if: github.repository == 'qmk/qmk_firmware' | 23 | if: github.repository == 'qmk/qmk_firmware' |
| 24 | 24 | ||
| 25 | steps: | 25 | steps: |
| 26 | - uses: actions/checkout@v3 | 26 | - uses: actions/checkout@v4 |
| 27 | with: | 27 | with: |
| 28 | fetch-depth: 1 | 28 | fetch-depth: 1 |
| 29 | 29 | ||
diff --git a/.github/workflows/feature_branch_update.yml b/.github/workflows/feature_branch_update.yml index 0976055160..283a255342 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@v3 | 24 | - uses: actions/checkout@v4 |
| 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 3a03d84554..11b4a8a9f4 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml | |||
| @@ -25,7 +25,7 @@ jobs: | |||
| 25 | - name: Disable safe.directory check | 25 | - name: Disable safe.directory check |
| 26 | run : git config --global --add safe.directory '*' | 26 | run : git config --global --add safe.directory '*' |
| 27 | 27 | ||
| 28 | - uses: actions/checkout@v3 | 28 | - uses: actions/checkout@v4 |
| 29 | with: | 29 | with: |
| 30 | fetch-depth: 0 | 30 | fetch-depth: 0 |
| 31 | 31 | ||
diff --git a/.github/workflows/format_push.yml b/.github/workflows/format_push.yml index 45c8b3daf6..61b4caf422 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@v3 | 22 | - uses: actions/checkout@v4 |
| 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 f938cfce48..e0286b83fc 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@v3 | 21 | - uses: actions/checkout@v4 |
| 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 a2b4ef2b93..a31526084f 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@v3 | 22 | - uses: actions/checkout@v4 |
| 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 7394925a0d..f1b7812937 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@v3 | 22 | - uses: actions/checkout@v4 |
| 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 fb538d4f84..eec8c8b5fc 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@v3 | 29 | - uses: actions/checkout@v4 |
| 30 | with: | 30 | with: |
| 31 | submodules: recursive | 31 | submodules: recursive |
| 32 | - name: Install dependencies | 32 | - name: Install dependencies |
