File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 9090 terraform_version : ${{ needs.metadata.outputs.terraform_version }}
9191
9292 - name : " Set up Python"
93- uses : actions/setup-python@v5
93+ uses : actions/setup-python@v6
9494 with :
9595 python-version : " 3.13"
9696
Original file line number Diff line number Diff line change 6363 terraform_version : ${{ needs.metadata.outputs.terraform_version }}
6464
6565 - name : " Set up Python"
66- uses : actions/setup-python@v5
66+ uses : actions/setup-python@v6
6767 with :
6868 python-version : ' 3.13'
6969
Original file line number Diff line number Diff line change 8282 terraform_version : ${{ needs.metadata.outputs.terraform_version }}
8383
8484 - name : " Set up Python"
85- uses : actions/setup-python@v5
85+ uses : actions/setup-python@v6
8686 with :
8787 python-version : " 3.13"
8888
Original file line number Diff line number Diff line change 7070 terraform_version : ${{ needs.metadata.outputs.terraform_version }}
7171
7272 - name : " Set up Python"
73- uses : actions/setup-python@v5
73+ uses : actions/setup-python@v6
7474 with :
7575 python-version : " 3.13"
7676
Original file line number Diff line number Diff line change 3838 uses : actions/checkout@v5
3939
4040 - name : Set up Python
41- uses : actions/setup-python@v5
41+ uses : actions/setup-python@v6
4242 with :
4343 python-version : ' 3.13'
4444
Original file line number Diff line number Diff line change 2121 - name : " Checkout code"
2222 uses : actions/checkout@v5
2323 - name : " Set up Python"
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ' 3.13'
2727 - name : " Run unit test suite"
Original file line number Diff line number Diff line change 4141 - name : " Checkout code"
4242 uses : actions/checkout@v5
4343 - name : " Set up Python"
44- uses : actions/setup-python@v5
44+ uses : actions/setup-python@v6
4545 with :
4646 python-version : ' 3.13'
4747 - name : " Run unit test suite"
6060 - name : " Checkout code"
6161 uses : actions/checkout@v5
6262 - name : " Set up Python"
63- uses : actions/setup-python@v5
63+ uses : actions/setup-python@v6
6464 with :
6565 python-version : ' 3.13'
6666 - name : " Run linting"
Original file line number Diff line number Diff line change 3939 timeout-minutes : 3
4040 steps :
4141 - name : " Set up Python"
42- uses : actions/setup-python@v5
42+ uses : actions/setup-python@v6
4343 with :
4444 python-version : ' 3.13'
4545 - name : " Checkout code"
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 - name : " Checkout code"
117117 uses : actions/checkout@v5
118118 - name : " Set up Python"
119- uses : actions/setup-python@v5
119+ uses : actions/setup-python@v6
120120 with :
121121 python-version : ' 3.13'
122122 - name : " Get lambda artefact"
You can’t perform that action at this time.
0 commit comments