File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 echo "$HOME/.local/bin" >> $GITHUB_PATH
102102
103103 - name : " Set up Python"
104- uses : actions/setup-python@v5
104+ uses : actions/setup-python@v6
105105 with :
106106 python-version : " 3.13"
107107 cache : ' poetry'
Original file line number Diff line number Diff line change 6666 terraform_version : ${{ needs.metadata.outputs.terraform_version }}
6767
6868 - name : " Set up Python"
69- uses : actions/setup-python@v5
69+ uses : actions/setup-python@v6
7070 with :
7171 python-version : ' 3.13'
7272
Original file line number Diff line number Diff line change 6868 terraform_version : ${{ needs.metadata.outputs.terraform_version }}
6969
7070 - name : " Set up Python"
71- uses : actions/setup-python@v5
71+ uses : actions/setup-python@v6
7272 with :
7373 python-version : " 3.13"
7474
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