From 69b0527e7803770e6d076255bdd84766a9f4cb5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 06:16:27 +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 2360ef6d90015369947b45b496193ab9976a9b04. - [Release notes](https://github.com/aws-actions/setup-sam/releases) - [Commits](https://github.com/aws-actions/setup-sam/compare/12a6719db503425e98edcc798b6779590a450e8f...2360ef6d90015369947b45b496193ab9976a9b04) --- 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 e9a9929e..8a8b075e 100644 --- a/.github/workflows/deploy-bots.yml +++ b/.github/workflows/deploy-bots.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0 - - uses: aws-actions/setup-sam@12a6719db503425e98edcc798b6779590a450e8f # v2 + - uses: aws-actions/setup-sam@2360ef6d90015369947b45b496193ab9976a9b04 # v2 - uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # v1.7.0 with: aws-access-key-id: ${{ secrets.STAGING_AWS_ACCESS_KEY }}