Commit 83fb6df 1 parent 1f0da9d commit 83fb6df Copy full SHA for 83fb6df
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
run : terraform apply -auto-approve -var-file=${{env.env}}.tfvars
32
32
- uses : stefanzweifel/git-auto-commit-action@v4
33
33
- name : Setup Python
34
- uses : actions/setup-python@v4
34
+ uses : actions/setup-python@v5
35
35
with :
36
36
python-version : ' 3.11'
37
37
- name : Install ansible
Original file line number Diff line number Diff line change 31
31
run : terraform apply -auto-approve -var-file=${{env.env}}.tfvars
32
32
- uses : stefanzweifel/git-auto-commit-action@v4
33
33
- name : Setup Python
34
- uses : actions/setup-python@v4
34
+ uses : actions/setup-python@v5
35
35
with :
36
36
python-version : ' 3.11'
37
37
- name : Install ansible
Original file line number Diff line number Diff line change 11
11
- name : Checkout
12
12
uses : actions/checkout@v4
13
13
- name : Setup Python
14
- uses : actions/setup-python@v4
14
+ uses : actions/setup-python@v5
15
15
with :
16
16
python-version : ' 3.11'
17
17
- name : Install ansible
You can’t perform that action at this time.
0 commit comments