From 663aa160ca86b8aca155a4a150b0f6936fb75c98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:27:00 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/deploy-all.yml | 6 +++--- .github/workflows/deploy-to-nexus.yml | 2 +- .github/workflows/deploy-to-play-store.yml | 2 +- .github/workflows/generate-readme.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-all.yml b/.github/workflows/deploy-all.yml index dd3c77ca..ec558667 100644 --- a/.github/workflows/deploy-all.yml +++ b/.github/workflows/deploy-all.yml @@ -8,7 +8,7 @@ jobs: generateReadme: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: main fetch-depth: 0 @@ -32,7 +32,7 @@ jobs: needs: generateReadme runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: main fetch-depth: 0 @@ -57,7 +57,7 @@ jobs: deployInternal: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: actions/setup-java@v5 diff --git a/.github/workflows/deploy-to-nexus.yml b/.github/workflows/deploy-to-nexus.yml index 7d2664d8..110d4565 100644 --- a/.github/workflows/deploy-to-nexus.yml +++ b/.github/workflows/deploy-to-nexus.yml @@ -5,7 +5,7 @@ jobs: deployAarsToNexus: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: actions/setup-java@v5 diff --git a/.github/workflows/deploy-to-play-store.yml b/.github/workflows/deploy-to-play-store.yml index e851ae3c..a1792963 100644 --- a/.github/workflows/deploy-to-play-store.yml +++ b/.github/workflows/deploy-to-play-store.yml @@ -5,7 +5,7 @@ jobs: deployInternal: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: actions/setup-java@v5 diff --git a/.github/workflows/generate-readme.yml b/.github/workflows/generate-readme.yml index 1b7d7011..b52f3abe 100644 --- a/.github/workflows/generate-readme.yml +++ b/.github/workflows/generate-readme.yml @@ -5,7 +5,7 @@ jobs: generateReadme: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: actions/setup-java@v5