Bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							parent
							
								
									f9e388c901
								
							
						
					
					
						commit
						dc451401ca
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -23,7 +23,7 @@ jobs:
 | 
				
			||||||
    timeout-minutes: 5
 | 
					    timeout-minutes: 5
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - name: Checkout
 | 
					    - name: Checkout
 | 
				
			||||||
      uses: actions/checkout@v2.3.4
 | 
					      uses: actions/checkout@v2.3.5
 | 
				
			||||||
    - name: Setup Python 3.9
 | 
					    - name: Setup Python 3.9
 | 
				
			||||||
      uses: actions/setup-python@v2
 | 
					      uses: actions/setup-python@v2
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
| 
						 | 
					@ -99,7 +99,7 @@ jobs:
 | 
				
			||||||
      INSTALL_DIR: ${{ github.workspace }}/redis
 | 
					      INSTALL_DIR: ${{ github.workspace }}/redis
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - name: Checkout
 | 
					    - name: Checkout
 | 
				
			||||||
      uses: actions/checkout@v2.3.4
 | 
					      uses: actions/checkout@v2.3.5
 | 
				
			||||||
    - name: Setup Python ${{ matrix.pyver }}
 | 
					    - name: Setup Python ${{ matrix.pyver }}
 | 
				
			||||||
      uses: actions/setup-python@v2
 | 
					      uses: actions/setup-python@v2
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
| 
						 | 
					@ -153,7 +153,7 @@ jobs:
 | 
				
			||||||
   if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
 | 
					   if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
 | 
				
			||||||
   steps:
 | 
					   steps:
 | 
				
			||||||
   - name: Checkout
 | 
					   - name: Checkout
 | 
				
			||||||
     uses: actions/checkout@v2.3.4
 | 
					     uses: actions/checkout@v2.3.5
 | 
				
			||||||
   - name: Setup Python 3.9
 | 
					   - name: Setup Python 3.9
 | 
				
			||||||
     uses: actions/setup-python@v2
 | 
					     uses: actions/setup-python@v2
 | 
				
			||||||
     with:
 | 
					     with:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue