Skip to content

Commit 5538010

Browse files
update setup python action from v2 to v5
1 parent 0af0579 commit 5538010

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/azure-terraforminator.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
- name: Checkout code
2424
uses: actions/checkout@v4
2525
- name: set up python
26-
uses: actions/setup-python@v2
26+
uses: actions/setup-python@v5
2727
with:
2828
python-version: '3.11'
2929
- name: package installations
3030
run: |
3131
pip install poetry
32-
poetry install
32+
poetry install -v
3333
- name: run python program
3434
run: |
3535
poetry run python3 terraforminator.py --subscription_name ${{ env.subscription_name }}
3636
- name: program execution completed
37-
run: echo "program execution completed"
37+
run: echo "program execution completed"

0 commit comments

Comments
 (0)