Skip to content

Commit

Permalink
bump python version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
whummer committed Jul 24, 2024
1 parent 70799a7 commit 58af95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws-replicator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'

- name: Set up Terraform CLI
uses: hashicorp/setup-terraform@v2
Expand Down

0 comments on commit 58af95b

Please sign in to comment.