diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-29 16:44:54 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-29 16:44:54 +1000 |
| commit | 58f4e195032c45d2152a8263de72a76012c0942c (patch) | |
| tree | 1a736a70d360cf5b485bb35282ad4753410d89f7 /.github | |
| parent | b37a59a967e2ec2d95a2fb59e9bbdfa749f10541 (diff) | |
Bump actions/checkout from 2 to 3 (#17496)
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/cli.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/develop_api.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/unit_test.yml | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index f0c49baf60..9d850080a6 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml | |||
| @@ -18,7 +18,7 @@ jobs: | |||
| 18 | if: github.repository == 'qmk/qmk_firmware' | 18 | if: github.repository == 'qmk/qmk_firmware' |
| 19 | 19 | ||
| 20 | steps: | 20 | steps: |
| 21 | - uses: actions/checkout@v2 | 21 | - uses: actions/checkout@v3 |
| 22 | with: | 22 | with: |
| 23 | fetch-depth: 1 | 23 | fetch-depth: 1 |
| 24 | persist-credentials: false | 24 | persist-credentials: false |
diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml index 0adbab9f0c..aa6576947c 100644 --- a/.github/workflows/auto_tag.yml +++ b/.github/workflows/auto_tag.yml | |||
| @@ -22,7 +22,7 @@ jobs: | |||
| 22 | if: github.repository == 'qmk/qmk_firmware' | 22 | if: github.repository == 'qmk/qmk_firmware' |
| 23 | 23 | ||
| 24 | steps: | 24 | steps: |
| 25 | - uses: actions/checkout@v2 | 25 | - uses: actions/checkout@v3 |
| 26 | with: | 26 | with: |
| 27 | fetch-depth: 0 | 27 | fetch-depth: 0 |
| 28 | 28 | ||
diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 2ea810958b..72f2ea293a 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml | |||
| @@ -18,7 +18,7 @@ jobs: | |||
| 18 | container: qmkfm/qmk_cli | 18 | container: qmkfm/qmk_cli |
| 19 | 19 | ||
| 20 | steps: | 20 | steps: |
| 21 | - uses: actions/checkout@v2 | 21 | - uses: actions/checkout@v3 |
| 22 | with: | 22 | with: |
| 23 | submodules: recursive | 23 | submodules: recursive |
| 24 | - name: Install dependencies | 24 | - name: Install dependencies |
diff --git a/.github/workflows/develop_api.yml b/.github/workflows/develop_api.yml index 44d259cfac..ebc1b545b7 100644 --- a/.github/workflows/develop_api.yml +++ b/.github/workflows/develop_api.yml | |||
| @@ -18,7 +18,7 @@ jobs: | |||
| 18 | if: github.repository == 'qmk/qmk_firmware' | 18 | if: github.repository == 'qmk/qmk_firmware' |
| 19 | 19 | ||
| 20 | steps: | 20 | steps: |
| 21 | - uses: actions/checkout@v2 | 21 | - uses: actions/checkout@v3 |
| 22 | with: | 22 | with: |
| 23 | fetch-depth: 1 | 23 | fetch-depth: 1 |
| 24 | persist-credentials: false | 24 | persist-credentials: false |
diff --git a/.github/workflows/develop_update.yml b/.github/workflows/develop_update.yml index 90159406a6..928327e7eb 100644 --- a/.github/workflows/develop_update.yml +++ b/.github/workflows/develop_update.yml | |||
| @@ -12,7 +12,7 @@ jobs: | |||
| 12 | if: github.repository == 'qmk/qmk_firmware' | 12 | if: github.repository == 'qmk/qmk_firmware' |
| 13 | 13 | ||
| 14 | steps: | 14 | steps: |
| 15 | - uses: actions/checkout@v2 | 15 | - uses: actions/checkout@v3 |
| 16 | with: | 16 | with: |
| 17 | token: ${{ secrets.QMK_BOT_TOKEN }} | 17 | token: ${{ secrets.QMK_BOT_TOKEN }} |
| 18 | fetch-depth: 0 | 18 | fetch-depth: 0 |
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1ee3ae3964..3a5a73e009 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml | |||
| @@ -20,7 +20,7 @@ jobs: | |||
| 20 | if: github.repository == 'qmk/qmk_firmware' | 20 | if: github.repository == 'qmk/qmk_firmware' |
| 21 | 21 | ||
| 22 | steps: | 22 | steps: |
| 23 | - uses: actions/checkout@v2 | 23 | - uses: actions/checkout@v3 |
| 24 | with: | 24 | with: |
| 25 | fetch-depth: 1 | 25 | fetch-depth: 1 |
| 26 | 26 | ||
diff --git a/.github/workflows/feature_branch_update.yml b/.github/workflows/feature_branch_update.yml index 98d3616ad1..80891edb01 100644 --- a/.github/workflows/feature_branch_update.yml +++ b/.github/workflows/feature_branch_update.yml | |||
| @@ -17,7 +17,7 @@ jobs: | |||
| 17 | - xap | 17 | - xap |
| 18 | 18 | ||
| 19 | steps: | 19 | steps: |
| 20 | - uses: actions/checkout@v2 | 20 | - uses: actions/checkout@v3 |
| 21 | with: | 21 | with: |
| 22 | token: ${{ secrets.QMK_BOT_TOKEN }} | 22 | token: ${{ secrets.QMK_BOT_TOKEN }} |
| 23 | fetch-depth: 0 | 23 | fetch-depth: 0 |
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index ba0a86aa78..b6ce4063fe 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml | |||
| @@ -19,7 +19,7 @@ jobs: | |||
| 19 | container: qmkfm/qmk_cli | 19 | container: qmkfm/qmk_cli |
| 20 | 20 | ||
| 21 | steps: | 21 | steps: |
| 22 | - uses: actions/checkout@v2 | 22 | - uses: actions/checkout@v3 |
| 23 | with: | 23 | with: |
| 24 | fetch-depth: 0 | 24 | fetch-depth: 0 |
| 25 | 25 | ||
diff --git a/.github/workflows/format_push.yml b/.github/workflows/format_push.yml index 4f47fc78c4..a180b29009 100644 --- a/.github/workflows/format_push.yml +++ b/.github/workflows/format_push.yml | |||
| @@ -13,7 +13,7 @@ jobs: | |||
| 13 | container: qmkfm/qmk_cli | 13 | container: qmkfm/qmk_cli |
| 14 | 14 | ||
| 15 | steps: | 15 | steps: |
| 16 | - uses: actions/checkout@v2 | 16 | - uses: actions/checkout@v3 |
| 17 | with: | 17 | with: |
| 18 | fetch-depth: 0 | 18 | fetch-depth: 0 |
| 19 | 19 | ||
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ab694ee668..5b8a45f26b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml | |||
| @@ -12,7 +12,7 @@ jobs: | |||
| 12 | container: qmkfm/qmk_cli | 12 | container: qmkfm/qmk_cli |
| 13 | 13 | ||
| 14 | steps: | 14 | steps: |
| 15 | - uses: actions/checkout@v2 | 15 | - uses: actions/checkout@v3 |
| 16 | with: | 16 | with: |
| 17 | fetch-depth: 0 | 17 | fetch-depth: 0 |
| 18 | 18 | ||
diff --git a/.github/workflows/unit_test.yml b/.github/workflows/unit_test.yml index 6afe29e04f..c8373441ff 100644 --- a/.github/workflows/unit_test.yml +++ b/.github/workflows/unit_test.yml | |||
| @@ -23,7 +23,7 @@ jobs: | |||
| 23 | container: qmkfm/qmk_cli | 23 | container: qmkfm/qmk_cli |
| 24 | 24 | ||
| 25 | steps: | 25 | steps: |
| 26 | - uses: actions/checkout@v2 | 26 | - uses: actions/checkout@v3 |
| 27 | with: | 27 | with: |
| 28 | submodules: recursive | 28 | submodules: recursive |
| 29 | - name: Install dependencies | 29 | - name: Install dependencies |
