mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	Merge pull request #2112 from drwetter/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/codespell.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/codespell.yml
									
									
									
									
										vendored
									
									
								
							| @@ -6,7 +6,7 @@ jobs: | |||||||
|     name: Check for spelling errors |     name: Check for spelling errors | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v2 |       - uses: actions/checkout@v3 | ||||||
|       - uses: codespell-project/actions-codespell@master |       - uses: codespell-project/actions-codespell@master | ||||||
|         with: |         with: | ||||||
|           skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt |           skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/docker-3.1dev.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/docker-3.1dev.yml
									
									
									
									
										vendored
									
									
								
							| @@ -19,7 +19,7 @@ jobs: | |||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|       - name: Source checkout |       - name: Source checkout | ||||||
|         uses: actions/checkout@v2.3.4 |         uses: actions/checkout@v3 | ||||||
|  |  | ||||||
|       - name: Setup QEMU |       - name: Setup QEMU | ||||||
|         id: qemu |         id: qemu | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -33,7 +33,7 @@ jobs: | |||||||
|         perl: ['5.26'] |         perl: ['5.26'] | ||||||
|     name: Perl ${{ matrix.perl }} on ${{ matrix.os }} |     name: Perl ${{ matrix.perl }} on ${{ matrix.os }} | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v2 |       - uses: actions/checkout@v3 | ||||||
|       - name: Set up perl |       - name: Set up perl | ||||||
|         uses: shogo82148/actions-setup-perl@v1 |         uses: shogo82148/actions-setup-perl@v1 | ||||||
|         with: |         with: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter