From 4290a8bad4f3cf51819e7fab10e16688a02b0d23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 05:25:05 +0000 Subject: [PATCH] build(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-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 85aba33..743f997 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -25,7 +25,7 @@ jobs: python-version: "3.13" - name: Install Dependencies run: uv sync --all-extras - - uses: aws-actions/setup-sam@v2 + - uses: aws-actions/setup-sam@v3 - uses: aws-actions/configure-aws-credentials@v5 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}