From 3edaef88b1e5d3f0f9c719140a192c533a0dbbca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 16:33:30 +0000 Subject: [PATCH] Bump actions/checkout from 7.0.0 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v7...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/maven.yaml | 10 +++++----- .github/workflows/release-train-build.yml | 2 +- .github/workflows/release-train-test.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 73f742ee76..698a790809 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -16,7 +16,7 @@ jobs: # if: github.repository_owner == 'spring-cloud' steps: - name: Checkout - uses: actions/checkout@v7 + uses: actions/checkout@v7.0.1 with: ref: docs-build fetch-depth: 1 diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 54c8c147f2..d309ee4f14 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -67,7 +67,7 @@ jobs: steps: - name: checkout project - uses: actions/checkout@v7 + uses: actions/checkout@v7.0.1 with: ref: ${{ inputs.branch || github.ref }} @@ -166,7 +166,7 @@ jobs: steps: - name: checkout project - uses: actions/checkout@v7 + uses: actions/checkout@v7.0.1 with: ref: ${{ inputs.branch || github.ref }} @@ -224,7 +224,7 @@ jobs: steps: - name: checkout project - uses: actions/checkout@v7 + uses: actions/checkout@v7.0.1 with: ref: ${{ inputs.branch || github.ref }} @@ -276,7 +276,7 @@ jobs: steps: - name: checkout project - uses: actions/checkout@v7 + uses: actions/checkout@v7.0.1 with: ref: ${{ inputs.branch || github.ref }} @@ -298,7 +298,7 @@ jobs: steps: - name: checkout project - uses: actions/checkout@v7 + uses: actions/checkout@v7.0.1 with: ref: ${{ inputs.branch || github.ref }} diff --git a/.github/workflows/release-train-build.yml b/.github/workflows/release-train-build.yml index e29683fda9..27ff2bf6c5 100644 --- a/.github/workflows/release-train-build.yml +++ b/.github/workflows/release-train-build.yml @@ -42,7 +42,7 @@ jobs: java-version: "17" - name: "Check Out Code" id: "check-out-code" - uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0 + uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7.0.1 - name: "Build Release" id: "build-release" uses: "./.github/actions/release-train-build" diff --git a/.github/workflows/release-train-test.yml b/.github/workflows/release-train-test.yml index 7bf4ce08dd..266902e727 100644 --- a/.github/workflows/release-train-test.yml +++ b/.github/workflows/release-train-test.yml @@ -42,7 +42,7 @@ jobs: java-version: "17" - name: "Check Out Code" id: "check-out-code" - uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0 + uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7.0.1 - name: "Restore Build System Caches" id: "restore-build-system-caches" uses: "actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9" # v6.1.0