Bump actions/setup-python from 4.2.0 to 4.3.0 (#394)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									febafc8d8a
								
							
						
					
					
						commit
						47429610f9
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -25,7 +25,7 @@ jobs:
 | 
				
			||||||
      - name: Checkout
 | 
					      - name: Checkout
 | 
				
			||||||
        uses: actions/checkout@v3
 | 
					        uses: actions/checkout@v3
 | 
				
			||||||
      - name: Setup Python 3.9
 | 
					      - name: Setup Python 3.9
 | 
				
			||||||
        uses: actions/setup-python@v4.2.0
 | 
					        uses: actions/setup-python@v4.3.0
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          python-version: 3.9
 | 
					          python-version: 3.9
 | 
				
			||||||
        #----------------------------------------------
 | 
					        #----------------------------------------------
 | 
				
			||||||
| 
						 | 
					@ -97,7 +97,7 @@ jobs:
 | 
				
			||||||
      - name: Checkout
 | 
					      - name: Checkout
 | 
				
			||||||
        uses: actions/checkout@v3
 | 
					        uses: actions/checkout@v3
 | 
				
			||||||
      - name: Setup Python ${{ matrix.pyver }}
 | 
					      - name: Setup Python ${{ matrix.pyver }}
 | 
				
			||||||
        uses: actions/setup-python@v4.2.0
 | 
					        uses: actions/setup-python@v4.3.0
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          python-version: ${{ matrix.pyver }}
 | 
					          python-version: ${{ matrix.pyver }}
 | 
				
			||||||
        #----------------------------------------------
 | 
					        #----------------------------------------------
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								.github/workflows/pypi-publish.yaml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/pypi-publish.yaml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -27,7 +27,7 @@ jobs:
 | 
				
			||||||
          value: "${{ steps.get_version.outputs.VERSION }}"
 | 
					          value: "${{ steps.get_version.outputs.VERSION }}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Set up Python 3.9
 | 
					      - name: Set up Python 3.9
 | 
				
			||||||
        uses: actions/setup-python@v1
 | 
					        uses: actions/setup-python@v4.3.0
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          python-version: 3.9
 | 
					          python-version: 3.9
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue