File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9999 key : ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}-go-${{ hashFiles('**/go.sum') }}
100100 restore-keys : |
101101 ${{ runner.os }}-node-
102- - uses : actions/setup-python@v4
102+ - uses : actions/setup-python@v5
103103 if : ${{ matrix.language == 'python' }}
104104 with :
105105 python-version : ' 3.x'
Original file line number Diff line number Diff line change 3535 with :
3636 go-version : ' ~1.21.3'
3737 check-latest : true
38- - uses : actions/setup-python@v4
38+ - uses : actions/setup-python@v5
3939 with :
4040 python-version : ' 3.x'
4141 - name : Cache (Python)
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 key : ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}-go-${{ hashFiles('**/go.sum') }}
117117 restore-keys : |
118118 ${{ runner.os }}-node-
119- - uses : actions/setup-python@v4
119+ - uses : actions/setup-python@v5
120120 if : ${{ matrix.language == 'python' }}
121121 with :
122122 python-version : ' 3.x'
Original file line number Diff line number Diff line change 5656 key : ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}-go-${{ hashFiles('**/go.sum') }}
5757 restore-keys : |
5858 ${{ runner.os }}-node-
59- - uses : actions/setup-python@v4
59+ - uses : actions/setup-python@v5
6060 if : ${{ matrix.language == 'python' }}
6161 with :
6262 python-version : ' 3.x'
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ jobs:
244244 key : ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}-go-${{ hashFiles('**/go.sum') }}
245245 restore-keys : |
246246 ${{ runner.os }}-node-
247- - uses : actions/setup-python@v4
247+ - uses : actions/setup-python@v5
248248 if : ${{ env.TEST_LANGUAGE == 'python' }}
249249 with :
250250 python-version : ' 3.x'
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 key : ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}-go-${{ hashFiles('**/go.sum') }}
110110 restore-keys : |
111111 ${{ runner.os }}-node-
112- - uses : actions/setup-python@v4
112+ - uses : actions/setup-python@v5
113113 if : ${{ matrix.language == 'python' }}
114114 with :
115115 python-version : ' 3.x'
You can’t perform that action at this time.
0 commit comments