mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	CI: bump actions/checkout to v3
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: George Melikov <mail@gmelikov.ru> Closes #14018
This commit is contained in:
		
							parent
							
								
									37d5a3e04b
								
							
						
					
					
						commit
						1bbc09e1f7
					
				
							
								
								
									
										2
									
								
								.github/workflows/checkstyle.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/checkstyle.yaml
									
									
									
									
										vendored
									
									
								
							| @ -8,7 +8,7 @@ jobs: | |||||||
|   checkstyle: |   checkstyle: | ||||||
|     runs-on: ubuntu-20.04 |     runs-on: ubuntu-20.04 | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v2 |     - uses: actions/checkout@v3 | ||||||
|       with: |       with: | ||||||
|         ref: ${{ github.event.pull_request.head.sha }} |         ref: ${{ github.event.pull_request.head.sha }} | ||||||
|     - name: Install dependencies |     - name: Install dependencies | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								.github/workflows/zfs-tests-functional.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/zfs-tests-functional.yml
									
									
									
									
										vendored
									
									
								
							| @ -12,7 +12,7 @@ jobs: | |||||||
|         os: [18.04, 20.04] |         os: [18.04, 20.04] | ||||||
|     runs-on: ubuntu-${{ matrix.os }} |     runs-on: ubuntu-${{ matrix.os }} | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v2 |     - uses: actions/checkout@v3 | ||||||
|       with: |       with: | ||||||
|         ref: ${{ github.event.pull_request.head.sha }} |         ref: ${{ github.event.pull_request.head.sha }} | ||||||
|     - name: Install dependencies |     - name: Install dependencies | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								.github/workflows/zfs-tests-sanity.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/zfs-tests-sanity.yml
									
									
									
									
										vendored
									
									
								
							| @ -8,7 +8,7 @@ jobs: | |||||||
|   tests: |   tests: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v2 |     - uses: actions/checkout@v3 | ||||||
|       with: |       with: | ||||||
|         ref: ${{ github.event.pull_request.head.sha }} |         ref: ${{ github.event.pull_request.head.sha }} | ||||||
|     - name: Install dependencies |     - name: Install dependencies | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								.github/workflows/zloop.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/zloop.yml
									
									
									
									
										vendored
									
									
								
							| @ -10,7 +10,7 @@ jobs: | |||||||
|     env: |     env: | ||||||
|       TEST_DIR: /var/tmp/zloop |       TEST_DIR: /var/tmp/zloop | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v2 |     - uses: actions/checkout@v3 | ||||||
|       with: |       with: | ||||||
|         ref: ${{ github.event.pull_request.head.sha }} |         ref: ${{ github.event.pull_request.head.sha }} | ||||||
|     - name: Install dependencies |     - name: Install dependencies | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 George Melikov
						George Melikov