|  | 
| 44 | 44 |           echo "::set-output name=python-version::$(cat .python-version)" | 
| 45 | 45 |           echo "::set-output name=kubectl-version::$(cat .kubectl-version)" | 
| 46 | 46 |           echo "::set-output name=aws-iam-auth-version::$(cat .aws-iam-auth-version)" | 
| 47 |  | -      - uses: actions/setup-python@v2.1.3 | 
|  | 47 | +      - uses: actions/setup-python@v4 | 
| 48 | 48 |         id: setup-python | 
| 49 | 49 |         with: | 
| 50 | 50 |           python-version: ${{ steps.artifact-versions.outputs.python-version }} | 
| @@ -102,7 +102,7 @@ jobs: | 
| 102 | 102 |     runs-on: ubuntu-20.04 | 
| 103 | 103 |     steps: | 
| 104 | 104 |     - uses: actions/checkout@master | 
| 105 |  | -    - uses: actions/setup-python@v2.1.3 | 
|  | 105 | +    - uses: actions/setup-python@v4 | 
| 106 | 106 |       id: setup-python | 
| 107 | 107 |       with: | 
| 108 | 108 |         python-version: ${{ needs.setup_build.outputs.python-version }} | 
| @@ -158,7 +158,7 @@ jobs: | 
| 158 | 158 |       contains(github.event.head_commit.message, '#test:integration')) | 
| 159 | 159 |     steps: | 
| 160 | 160 |     - uses: actions/checkout@master | 
| 161 |  | -    - uses: actions/setup-python@v2.1.3 | 
|  | 161 | +    - uses: actions/setup-python@v4 | 
| 162 | 162 |       id: setup-python | 
| 163 | 163 |       with: | 
| 164 | 164 |         python-version: ${{ needs.setup_build.outputs.python-version }} | 
| @@ -247,7 +247,7 @@ jobs: | 
| 247 | 247 |       contains(github.event.head_commit.message, '#test:integration')) | 
| 248 | 248 |     steps: | 
| 249 | 249 |     - uses: actions/checkout@master | 
| 250 |  | -    - uses: actions/setup-python@v2.1.3 | 
|  | 250 | +    - uses: actions/setup-python@v4 | 
| 251 | 251 |       id: setup-python | 
| 252 | 252 |       with: | 
| 253 | 253 |         python-version: ${{ needs.setup_build.outputs.python-version }} | 
| @@ -300,7 +300,7 @@ jobs: | 
| 300 | 300 |       contains(github.event.head_commit.message, '#test:system')) | 
| 301 | 301 |     steps: | 
| 302 | 302 |     - uses: actions/checkout@master | 
| 303 |  | -    - uses: actions/setup-python@v2.1.3 | 
|  | 303 | +    - uses: actions/setup-python@v4 | 
| 304 | 304 |       id: setup-python | 
| 305 | 305 |       with: | 
| 306 | 306 |         python-version: ${{ needs.setup_build.outputs.python-version }} | 
|  | 
0 commit comments