From 5c66238432784b118ce63904b780a414f94d0797 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 16:49:58 +0800 Subject: [PATCH] chore(deps): update actions/checkout action to v6 (#3719) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/auto_merge_renovate_prs.yml | 2 +- .github/workflows/process-apps.yml | 2 +- .github/workflows/push_appstore_to_released.yml | 2 +- .github/workflows/push_custom_to_released.yml | 2 +- .github/workflows/renovate-app-version.yml | 2 +- .github/workflows/renovate.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/auto_merge_renovate_prs.yml b/.github/workflows/auto_merge_renovate_prs.yml index a9df4bc28..ea2cd9b18 100644 --- a/.github/workflows/auto_merge_renovate_prs.yml +++ b/.github/workflows/auto_merge_renovate_prs.yml @@ -15,7 +15,7 @@ jobs: pull-requests: write steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v6 diff --git a/.github/workflows/process-apps.yml b/.github/workflows/process-apps.yml index 400a6edfd..d6a0c32c1 100644 --- a/.github/workflows/process-apps.yml +++ b/.github/workflows/process-apps.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Python uses: actions/setup-python@v6 diff --git a/.github/workflows/push_appstore_to_released.yml b/.github/workflows/push_appstore_to_released.yml index 789218a56..ec3adce18 100644 --- a/.github/workflows/push_appstore_to_released.yml +++ b/.github/workflows/push_appstore_to_released.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: appstore diff --git a/.github/workflows/push_custom_to_released.yml b/.github/workflows/push_custom_to_released.yml index d9a7b4aec..cd7f05c52 100644 --- a/.github/workflows/push_custom_to_released.yml +++ b/.github/workflows/push_custom_to_released.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: custom diff --git a/.github/workflows/renovate-app-version.yml b/.github/workflows/renovate-app-version.yml index 60bc65fc0..e9530d288 100644 --- a/.github/workflows/renovate-app-version.yml +++ b/.github/workflows/renovate-app-version.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: fetch-depth: 0 diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 631fcdaed..4346755fc 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - name: Run Renovate uses: renovatebot/github-action@4ebebabcd582dddea1692b05c3d5279f8e372b53 # v44.0.0 with: