From 57cd910a5c2db4106c39fa82218918e6bac75aab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 05:38:13 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5f2af211d616f86005883b44826180b21abb4060 to a26af69be951a213d495a4c3e4e4022e16d87065. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/5f2af211d616f86005883b44826180b21abb4060...a26af69be951a213d495a4c3e4e4022e16d87065) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: a26af69be951a213d495a4c3e4e4022e16d87065 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 0529a824a..c04e2b264 100644 --- a/.github/workflows/deploy-bots.yml +++ b/.github/workflows/deploy-bots.yml @@ -13,7 +13,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - uses: actions/checkout@7739b9ba2efcda9dde65ad1e3c2dbe65b41dfba7 - - uses: actions/setup-python@5f2af211d616f86005883b44826180b21abb4060 + - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 - uses: aws-actions/setup-sam@12a6719db503425e98edcc798b6779590a450e8f - uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a with: