We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268dbf1 commit a94c2f7Copy full SHA for a94c2f7
.github/workflows/aws-replicator.yml .github/workflows/aws-proxy.yml.github/workflows/aws-replicator.yml renamed to .github/workflows/aws-proxy.yml
@@ -20,10 +20,10 @@ jobs:
20
- name: Checkout
21
uses: actions/checkout@v3
22
23
- - name: Set up Python 3.11
+ - name: Set up Python 3.x
24
uses: actions/setup-python@v4
25
with:
26
- python-version: '3.11'
+ python-version: '3.13'
27
28
- name: Set up Terraform CLI
29
uses: hashicorp/setup-terraform@v2
.github/workflows/miniflare.yml
@@ -20,11 +20,11 @@ jobs:
- - name: Set up Python 3.10
id: setup-python
- name: Install LocalStack and extension
30
env:
0 commit comments