From 20e6a751ac4bfa8037930febcd96ba8e9c73e7e0 Mon Sep 17 00:00:00 2001 From: abikouo Date: Wed, 15 Mar 2023 07:37:51 +0100 Subject: [PATCH] dump context --- .github/workflows/aws-user-agent.yml | 9 +++++++-- requirements.txt | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aws-user-agent.yml b/.github/workflows/aws-user-agent.yml index 3939a313d97..43709804d97 100644 --- a/.github/workflows/aws-user-agent.yml +++ b/.github/workflows/aws-user-agent.yml @@ -14,5 +14,10 @@ on: - 'galaxy.yml' jobs: - update-variable: - uses: abikouo/github_actions/.github/workflows/update_aws_user_agent.yml@automate_aws_user_agent_variable \ No newline at end of file + dump: + runs-on: ubuntu-latest + steps: + - name: Dump context + uses: crazy-max/ghaction-dump-context@v2 + # update-variable: + # uses: abikouo/github_actions/.github/workflows/update_aws_user_agent.yml@automate_aws_user_agent_variable \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 4853d7e0c7c..0f7269da363 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ # - tests/unit/constraints.txt # - tests/integration/constraints.txt # - tests/integration/targets/setup_botocore_pip -botocore>=1.25.0 +botocore>=1.27.0 boto3>=1.22.0