Bump actions/setup-python from 2 to 3.1.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v3.1.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							parent
							
								
									94c6a96bf2
								
							
						
					
					
						commit
						c3d928a737
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -25,7 +25,7 @@ jobs:
 | 
			
		|||
      - name: Checkout
 | 
			
		||||
        uses: actions/checkout@v3
 | 
			
		||||
      - name: Setup Python 3.9
 | 
			
		||||
        uses: actions/setup-python@v2
 | 
			
		||||
        uses: actions/setup-python@v3.1.1
 | 
			
		||||
        with:
 | 
			
		||||
          python-version: 3.9
 | 
			
		||||
        #----------------------------------------------
 | 
			
		||||
| 
						 | 
				
			
			@ -97,7 +97,7 @@ jobs:
 | 
			
		|||
      - name: Checkout
 | 
			
		||||
        uses: actions/checkout@v3
 | 
			
		||||
      - name: Setup Python ${{ matrix.pyver }}
 | 
			
		||||
        uses: actions/setup-python@v2
 | 
			
		||||
        uses: actions/setup-python@v3.1.1
 | 
			
		||||
        with:
 | 
			
		||||
          python-version: ${{ matrix.pyver }}
 | 
			
		||||
        #----------------------------------------------
 | 
			
		||||
| 
						 | 
				
			
			@ -158,7 +158,7 @@ jobs:
 | 
			
		|||
      - name: Checkout
 | 
			
		||||
        uses: actions/checkout@v3
 | 
			
		||||
      - name: Setup Python 3.9
 | 
			
		||||
        uses: actions/setup-python@v2
 | 
			
		||||
        uses: actions/setup-python@v3.1.1
 | 
			
		||||
        with:
 | 
			
		||||
          python-version: 3.9
 | 
			
		||||
      - name: Install Poetry
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue