From 2e437512b5dd1a404ee1233d5a4218c28250c061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 23:06:04 +0000 Subject: [PATCH] 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/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6c1cb67..cfb40a9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: aws-actions/setup-sam@v2 + - uses: aws-actions/setup-sam@v3 with: use-installer: true