From aa4ef256f027aa16df5650d3014d2711a0c5f3f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:22:47 +0000 Subject: [PATCH] ci(deps): Bump aws-actions/setup-sam from 2 to 3 Bumps [aws-actions/setup-sam](https://github.com/aws-actions/setup-sam) from 2 to 3. - [Release notes](https://github.com/aws-actions/setup-sam/releases) - [Commits](https://github.com/aws-actions/setup-sam/compare/v2...v3) --- updated-dependencies: - dependency-name: aws-actions/setup-sam dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5fe1893c994..f9092d929557 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1035,7 +1035,7 @@ jobs: bun-version: '1.3.14' - name: Set up AWS SAM if: matrix.test-application == 'aws-serverless' || matrix.test-application == 'aws-serverless-layer' - uses: aws-actions/setup-sam@v2 + uses: aws-actions/setup-sam@v3 with: use-installer: true token: ${{ secrets.GITHUB_TOKEN }}