diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 06cf2ac07..83a795b8f 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@v4 + uses: actions/checkout@v5 # 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/crowdin-upload-translations.yml b/.github/workflows/crowdin-upload-translations.yml index 1b0eccc6e..869695b2c 100644 --- a/.github/workflows/crowdin-upload-translations.yml +++ b/.github/workflows/crowdin-upload-translations.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Upload translations with Crowdin uses: crowdin/github-action@v2 diff --git a/.github/workflows/dependency-submission.yml b/.github/workflows/dependency-submission.yml index 3d3dd8b32..cafa0f805 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@v4 + - uses: actions/checkout@v5 - uses: actions/setup-java@v4 with: distribution: jetbrains diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9dbeece5c..627ed35fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: versionNameBase: ${{ steps.get_version.outputs.versionNameBase }} steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.event.inputs.branch }} submodules: 'recursive' @@ -50,7 +50,7 @@ jobs: apk_name: fdroidRelease-${{ needs.prepare-release-info.outputs.versionNameBase }}-${{ needs.prepare-release-info.outputs.versionCode }}.apk steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.event.inputs.branch }} submodules: 'recursive' @@ -106,7 +106,7 @@ jobs: apk_name: googleRelease-${{ needs.prepare-release-info.outputs.versionNameBase }}-${{ needs.prepare-release-info.outputs.versionCode }}.apk steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.event.inputs.branch }} submodules: 'recursive' diff --git a/.github/workflows/reusable-android-build.yml b/.github/workflows/reusable-android-build.yml index 499452769..2b239b2eb 100644 --- a/.github/workflows/reusable-android-build.yml +++ b/.github/workflows/reusable-android-build.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: 'recursive' diff --git a/.github/workflows/reusable-android-test.yml b/.github/workflows/reusable-android-test.yml index a5dfc7d87..bf9dca539 100644 --- a/.github/workflows/reusable-android-test.yml +++ b/.github/workflows/reusable-android-test.yml @@ -26,7 +26,7 @@ jobs: api-level: ${{ fromJson(inputs.api_levels) }} # Use the input to define the matrix steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: 'recursive' diff --git a/.github/workflows/scheduled-updates.yml b/.github/workflows/scheduled-updates.yml index b0c4fcd58..6a8414e11 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@v4 + uses: actions/checkout@v5 - name: Update firmware releases list run: |