From 8bd87839441117b38dc5a016c96509a45d5ca3a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:46:23 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 (#3755) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/codeql.yml | 2 +- .github/workflows/create-or-promote-release.yml | 2 +- .github/workflows/dependency-submission.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/post-release-cleanup.yml | 2 +- .github/workflows/promote.yml | 4 ++-- .github/workflows/release.yml | 6 +++--- .github/workflows/reusable-android-build.yml | 2 +- .github/workflows/reusable-android-test.yml | 2 +- .github/workflows/scheduled-updates.yml | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ec7315a01..c7ad60add 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -59,7 +59,7 @@ jobs: # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Add any setup steps before running the `github/codeql-action/init` action. # This includes steps like installing compilers or runtimes (`actions/setup-node` diff --git a/.github/workflows/create-or-promote-release.yml b/.github/workflows/create-or-promote-release.yml index ea9855ac2..04580d301 100644 --- a/.github/workflows/create-or-promote-release.yml +++ b/.github/workflows/create-or-promote-release.yml @@ -37,7 +37,7 @@ jobs: from_channel: ${{ steps.calculate_tags.outputs.from_channel }} steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/dependency-submission.yml b/.github/workflows/dependency-submission.yml index 6e91f4237..9c964ebdc 100644 --- a/.github/workflows/dependency-submission.yml +++ b/.github/workflows/dependency-submission.yml @@ -14,7 +14,7 @@ jobs: if: github.repository == 'meshtastic/Meshtastic-Android' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-java@v5 with: distribution: jetbrains diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 82edc3622..08fce1c3f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 submodules: 'recursive' diff --git a/.github/workflows/post-release-cleanup.yml b/.github/workflows/post-release-cleanup.yml index 8fdaa10be..925d265fa 100644 --- a/.github/workflows/post-release-cleanup.yml +++ b/.github/workflows/post-release-cleanup.yml @@ -22,7 +22,7 @@ jobs: environment: Release steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index d64530876..6ac9d09cc 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -65,7 +65,7 @@ jobs: APP_VERSION_CODE: ${{ steps.calculate_version_code.outputs.versionCode }} steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ inputs.tag_name }} fetch-depth: 0 @@ -109,7 +109,7 @@ jobs: needs: [ prepare-build-info, promote-release ] steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 submodules: 'recursive' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f68a07c30..8cab1d5ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: APP_VERSION_CODE: ${{ steps.calculate_version_code.outputs.versionCode }} steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ inputs.tag_name }} fetch-depth: 0 @@ -96,7 +96,7 @@ jobs: environment: Release steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ inputs.tag_name }} fetch-depth: 0 @@ -173,7 +173,7 @@ jobs: environment: Release steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ inputs.tag_name }} fetch-depth: 0 diff --git a/.github/workflows/reusable-android-build.yml b/.github/workflows/reusable-android-build.yml index b9c0d9f72..3dfa94fd4 100644 --- a/.github/workflows/reusable-android-build.yml +++ b/.github/workflows/reusable-android-build.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 submodules: 'recursive' diff --git a/.github/workflows/reusable-android-test.yml b/.github/workflows/reusable-android-test.yml index 221ad2174..472acff68 100644 --- a/.github/workflows/reusable-android-test.yml +++ b/.github/workflows/reusable-android-test.yml @@ -28,7 +28,7 @@ jobs: api-level: ${{ fromJson(inputs.api_levels) }} # Use the input to define the matrix steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: 'recursive' diff --git a/.github/workflows/scheduled-updates.yml b/.github/workflows/scheduled-updates.yml index 99181cb0d..688936597 100644 --- a/.github/workflows/scheduled-updates.yml +++ b/.github/workflows/scheduled-updates.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Update firmware releases list run: |