From c0c4c216825819cb5c902dcc317f4725178a7e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 02:04:20 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-delivery.yml | 2 +- .github/workflows/continuous-integration.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 1726217c..92e0f856 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -59,7 +59,7 @@ jobs: tags_aws_lambda: ${{ steps.build_push.outputs.tags_aws_lambda }} steps: - name: Checkout source code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build and push id: build_push diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 5d18294d..4d6006d0 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -105,7 +105,7 @@ jobs: tags_aws_lambda: ${{ steps.build_test_push.outputs.tags_aws_lambda }} steps: - name: Checkout source code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build, test and push id: build_test_push @@ -304,7 +304,7 @@ jobs: tags_aws_lambda: ${{ steps.build_test_push.outputs.tags_aws_lambda }} steps: - name: Checkout source code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build, test and push id: build_test_push