From 1940a9d5f2dc59712c006e834096867681901065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 19:19:10 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.3.0 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.0 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.3.0...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-please.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d9b7f8834..855865d57 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -282,7 +282,7 @@ jobs: id-token: write steps: # https://github.com/actions/checkout/releases/tag/v4.3.0 - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - id: release-server-dynamodb name: Full release of libs/server-sdk-dynamodb-source uses: ./.github/actions/sdk-release @@ -324,7 +324,7 @@ jobs: id-token: write steps: # https://github.com/actions/checkout/releases/tag/v4.3.0 - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - id: release-server-dynamodb name: Full release of libs/server-sdk-dynamodb-source (macOS arm64) uses: ./.github/actions/sdk-release