From 49295ae810934ab893ba9e23e0b0bbf624802ae2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 12:12:49 +0000 Subject: [PATCH] chore(deps): Update actions/checkout action to v7 --- .github/workflows/deploy-gradle-plugin.yml | 2 +- .github/workflows/deploy-maven.yml | 2 +- .github/workflows/example-plugins.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/set-version.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-gradle-plugin.yml b/.github/workflows/deploy-gradle-plugin.yml index eeb0aa5..56851bc 100644 --- a/.github/workflows/deploy-gradle-plugin.yml +++ b/.github/workflows/deploy-gradle-plugin.yml @@ -9,7 +9,7 @@ jobs: contents: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.ref }} diff --git a/.github/workflows/deploy-maven.yml b/.github/workflows/deploy-maven.yml index b1b8952..e460b25 100644 --- a/.github/workflows/deploy-maven.yml +++ b/.github/workflows/deploy-maven.yml @@ -9,7 +9,7 @@ jobs: contents: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.ref }} diff --git a/.github/workflows/example-plugins.yml b/.github/workflows/example-plugins.yml index 81cedb9..8488725 100644 --- a/.github/workflows/example-plugins.yml +++ b/.github/workflows/example-plugins.yml @@ -13,7 +13,7 @@ jobs: if: "!contains(github.event.commits[0].message, '[ci-skip]')" steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up JDK 17 uses: actions/setup-java@v5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 847bf38..37c02f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: contents: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/set-version.yml b/.github/workflows/set-version.yml index bd2ae8e..f030d26 100644 --- a/.github/workflows/set-version.yml +++ b/.github/workflows/set-version.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.ref }}