From d3efd9bd603b01ddf8838e75212eb50291f33147 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 09:49:02 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/error_action.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/error_action.yml b/.github/workflows/error_action.yml index 7737f88..5ae2c09 100644 --- a/.github/workflows/error_action.yml +++ b/.github/workflows/error_action.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: # super-linter needs the full git history to get the # list of files that changed across commits diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 85a17d1..0e38cfa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: Validate Gradle wrapper diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58986f8..d288a57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: on_main: ${{ steps.contains_tag.outputs.retval }} steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 persist-credentials: false @@ -35,7 +35,7 @@ jobs: steps: # --- from main.yml --- - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: Validate Gradle wrapper