From c2a3593c853666f6ed9e9577dc10087b4af1d647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 05:08:36 +0000 Subject: [PATCH] chore(deps): bump aws-actions/setup-sam Bumps [aws-actions/setup-sam](https://github.com/aws-actions/setup-sam) from 12a6719db503425e98edcc798b6779590a450e8f to 819220f63fb333a9a394dd0a5cab2d8303fd17e2. - [Release notes](https://github.com/aws-actions/setup-sam/releases) - [Commits](https://github.com/aws-actions/setup-sam/compare/12a6719db503425e98edcc798b6779590a450e8f...819220f63fb333a9a394dd0a5cab2d8303fd17e2) --- updated-dependencies: - dependency-name: aws-actions/setup-sam dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-bots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-bots.yml b/.github/workflows/deploy-bots.yml index 4794efaad..d125044bc 100644 --- a/.github/workflows/deploy-bots.yml +++ b/.github/workflows/deploy-bots.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@7739b9ba2efcda9dde65ad1e3c2dbe65b41dfba7 - uses: actions/setup-python@5f2af211d616f86005883b44826180b21abb4060 - - uses: aws-actions/setup-sam@12a6719db503425e98edcc798b6779590a450e8f + - uses: aws-actions/setup-sam@819220f63fb333a9a394dd0a5cab2d8303fd17e2 - uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a with: aws-access-key-id: ${{ secrets.STAGING_AWS_ACCESS_KEY }}