Browse Source

Bump actions/checkout from 2 to 3 (#17496)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/17500/head
dependabot[bot] 1 year ago
committed by GitHub
parent
commit
58f4e19503
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 11 deletions
  1. +1
    -1
      .github/workflows/api.yml
  2. +1
    -1
      .github/workflows/auto_tag.yml
  3. +1
    -1
      .github/workflows/cli.yml
  4. +1
    -1
      .github/workflows/develop_api.yml
  5. +1
    -1
      .github/workflows/develop_update.yml
  6. +1
    -1
      .github/workflows/docs.yml
  7. +1
    -1
      .github/workflows/feature_branch_update.yml
  8. +1
    -1
      .github/workflows/format.yml
  9. +1
    -1
      .github/workflows/format_push.yml
  10. +1
    -1
      .github/workflows/lint.yml
  11. +1
    -1
      .github/workflows/unit_test.yml

+ 1
- 1
.github/workflows/api.yml View File

@ -18,7 +18,7 @@ jobs:
if: github.repository == 'qmk/qmk_firmware'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1
persist-credentials: false


+ 1
- 1
.github/workflows/auto_tag.yml View File

@ -22,7 +22,7 @@ jobs:
if: github.repository == 'qmk/qmk_firmware'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0


+ 1
- 1
.github/workflows/cli.yml View File

@ -18,7 +18,7 @@ jobs:
container: qmkfm/qmk_cli
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install dependencies


+ 1
- 1
.github/workflows/develop_api.yml View File

@ -18,7 +18,7 @@ jobs:
if: github.repository == 'qmk/qmk_firmware'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1
persist-credentials: false


+ 1
- 1
.github/workflows/develop_update.yml View File

@ -12,7 +12,7 @@ jobs:
if: github.repository == 'qmk/qmk_firmware'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
token: ${{ secrets.QMK_BOT_TOKEN }}
fetch-depth: 0


+ 1
- 1
.github/workflows/docs.yml View File

@ -20,7 +20,7 @@ jobs:
if: github.repository == 'qmk/qmk_firmware'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1


+ 1
- 1
.github/workflows/feature_branch_update.yml View File

@ -17,7 +17,7 @@ jobs:
- xap
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
token: ${{ secrets.QMK_BOT_TOKEN }}
fetch-depth: 0


+ 1
- 1
.github/workflows/format.yml View File

@ -19,7 +19,7 @@ jobs:
container: qmkfm/qmk_cli
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0


+ 1
- 1
.github/workflows/format_push.yml View File

@ -13,7 +13,7 @@ jobs:
container: qmkfm/qmk_cli
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0


+ 1
- 1
.github/workflows/lint.yml View File

@ -12,7 +12,7 @@ jobs:
container: qmkfm/qmk_cli
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0


+ 1
- 1
.github/workflows/unit_test.yml View File

@ -23,7 +23,7 @@ jobs:
container: qmkfm/qmk_cli
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install dependencies


Loading…
Cancel
Save