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 9595 echo "$HOME/.local/bin" >> $GITHUB_PATH
9696
9797 - name : " Set up Python"
98- uses : actions/setup-python@v5
98+ uses : actions/setup-python@v6
9999 with :
100100 python-version : " 3.13"
101101 cache : ' poetry'
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 7272 terraform_version : ${{ needs.metadata.outputs.terraform_version }}
7373
7474 - name : " Set up Python"
75- uses : actions/setup-python@v5
75+ uses : actions/setup-python@v6
7676 with :
7777 python-version : " 3.13"
7878
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