Update actions/checkout action to v4 (#5409)
Signed-off-by: milkmaker <milkmaker@mailcow.de> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									2629f3d865
								
							
						
					
					
						commit
						8e87e76dcf
					
				
							
								
								
									
										2
									
								
								.github/workflows/image_builds.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/image_builds.yml
									
									
									
									
										vendored
									
									
								
							| @ -28,7 +28,7 @@ jobs: | |||||||
|           - "watchdog-mailcow" |           - "watchdog-mailcow" | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v4 | ||||||
|       - name: Setup Docker |       - name: Setup Docker | ||||||
|         run: | |         run: | | ||||||
|           curl -sSL https://get.docker.com/ | CHANNEL=stable sudo sh |           curl -sSL https://get.docker.com/ | CHANNEL=stable sudo sh | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								.github/workflows/pr_to_nightly.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/pr_to_nightly.yml
									
									
									
									
										vendored
									
									
								
							| @ -8,7 +8,7 @@ jobs: | |||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout repository |       - name: Checkout repository | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v4 | ||||||
|         with: |         with: | ||||||
|           fetch-depth: 0 |           fetch-depth: 0 | ||||||
|       - name: Run the Action |       - name: Run the Action | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								.github/workflows/rebuild_backup_image.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/rebuild_backup_image.yml
									
									
									
									
										vendored
									
									
								
							| @ -11,7 +11,7 @@ jobs: | |||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v4 | ||||||
| 
 | 
 | ||||||
|       - name: Set up QEMU |       - name: Set up QEMU | ||||||
|         uses: docker/setup-qemu-action@v2 |         uses: docker/setup-qemu-action@v2 | ||||||
|  | |||||||
| @ -15,7 +15,7 @@ jobs: | |||||||
|    runs-on: ubuntu-latest |    runs-on: ubuntu-latest | ||||||
|    steps: |    steps: | ||||||
|     - name: Checkout |     - name: Checkout | ||||||
|       uses: actions/checkout@v3 |       uses: actions/checkout@v4 | ||||||
| 
 | 
 | ||||||
|     - name: Generate postscreen_access.cidr |     - name: Generate postscreen_access.cidr | ||||||
|       run: | |       run: | | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	![29139614+renovate[bot]@users.noreply.github.com](/assets/img/avatar_default.png) renovate[bot]
						renovate[bot]