mirror of
				https://github.com/TeamPiped/Piped-Kubernetes.git
				synced 2024-08-14 23:57:15 +00:00 
			
		
		
		
	chore(deps): update actions/checkout action to v4
This commit is contained in:
		
							parent
							
								
									b90d7a0898
								
							
						
					
					
						commit
						9b119df60e
					
				
					 5 changed files with 7 additions and 7 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/charts-changelog.yaml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/charts-changelog.yaml
									
										
									
									
										vendored
									
									
								
							|  | @ -20,7 +20,7 @@ jobs: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 | ||||||
|         with: |         with: | ||||||
|           fetch-depth: 0 |           fetch-depth: 0 | ||||||
| 
 | 
 | ||||||
|  | @ -46,7 +46,7 @@ jobs: | ||||||
|       commitHash: ${{ steps.save-commit-hash.outputs.commit_hash }} |       commitHash: ${{ steps.save-commit-hash.outputs.commit_hash }} | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 | ||||||
|         with: |         with: | ||||||
|           fetch-depth: 0 |           fetch-depth: 0 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/charts-lint.yaml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/charts-lint.yaml
									
										
									
									
										vendored
									
									
								
							|  | @ -30,7 +30,7 @@ jobs: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 | ||||||
|         with: |         with: | ||||||
|           fetch-depth: 0 |           fetch-depth: 0 | ||||||
|           ref: ${{ inputs.checkoutCommit }} |           ref: ${{ inputs.checkoutCommit }} | ||||||
|  |  | ||||||
|  | @ -24,14 +24,14 @@ jobs: | ||||||
|         run: export OPENSSL_CONF=/dev/null |         run: export OPENSSL_CONF=/dev/null | ||||||
| 
 | 
 | ||||||
|       - name: Checkout charts branch |       - name: Checkout charts branch | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 | ||||||
|         with: |         with: | ||||||
|           token: ${{ secrets.GITHUB_TOKEN }} |           token: ${{ secrets.GITHUB_TOKEN }} | ||||||
|           path: "src" |           path: "src" | ||||||
|           fetch-depth: 0 |           fetch-depth: 0 | ||||||
| 
 | 
 | ||||||
|       - name: Checkout gh-pages branch |       - name: Checkout gh-pages branch | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 | ||||||
|         with: |         with: | ||||||
|           token: ${{ secrets.GITHUB_TOKEN}} |           token: ${{ secrets.GITHUB_TOKEN}} | ||||||
|           path: "dest" |           path: "dest" | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/charts-release.yaml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/charts-release.yaml
									
										
									
									
										vendored
									
									
								
							|  | @ -29,7 +29,7 @@ jobs: | ||||||
|       charts-to-release: ${{ steps.collect-charts.outputs.charts }} |       charts-to-release: ${{ steps.collect-charts.outputs.charts }} | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 | ||||||
|         with: |         with: | ||||||
|           fetch-depth: 0 |           fetch-depth: 0 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/pr-metadata.yaml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/pr-metadata.yaml
									
										
									
									
										vendored
									
									
								
							|  | @ -59,7 +59,7 @@ jobs: | ||||||
|       chartsToInstall: ${{ steps.changed-charts.outputs.chartsToInstall }} |       chartsToInstall: ${{ steps.changed-charts.outputs.chartsToInstall }} | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 | ||||||
|         with: |         with: | ||||||
|           fetch-depth: 0 |           fetch-depth: 0 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue