chore(deps): update actions/checkout action to v3
This commit is contained in:
		
							parent
							
								
									a8dbc8a501
								
							
						
					
					
						commit
						c221b6e278
					
				|  | @ -18,7 +18,7 @@ jobs: | ||||||
|     name: Lint Chart |     name: Lint Chart | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v2 |         uses: actions/checkout@v3 | ||||||
|         with: |         with: | ||||||
|           fetch-depth: 0 |           fetch-depth: 0 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -23,7 +23,7 @@ jobs: | ||||||
|       publish-chart: ${{ steps.publish-chart-step.outputs.publish }} |       publish-chart: ${{ steps.publish-chart-step.outputs.publish }} | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v2 |         uses: actions/checkout@v3 | ||||||
|         with: |         with: | ||||||
|           fetch-depth: 0 |           fetch-depth: 0 | ||||||
| 
 | 
 | ||||||
|  | @ -104,7 +104,7 @@ jobs: | ||||||
| 
 | 
 | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v2 |         uses: actions/checkout@v3 | ||||||
|         with: |         with: | ||||||
|           fetch-depth: 0 |           fetch-depth: 0 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -16,7 +16,7 @@ jobs: | ||||||
|         run: echo ::set-output name=sha_short::${GITHUB_SHA::7} |         run: echo ::set-output name=sha_short::${GITHUB_SHA::7} | ||||||
| 
 | 
 | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v2 |         uses: actions/checkout@v3 | ||||||
| 
 | 
 | ||||||
|       - uses: actions/setup-go@v3 |       - uses: actions/setup-go@v3 | ||||||
|         with: |         with: | ||||||
|  |  | ||||||
|  | @ -41,7 +41,7 @@ jobs: | ||||||
| 
 | 
 | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v2 |         uses: actions/checkout@v3 | ||||||
| 
 | 
 | ||||||
|       - name: Setup Docker Environment |       - name: Setup Docker Environment | ||||||
|         id: vars |         id: vars | ||||||
|  |  | ||||||
|  | @ -15,7 +15,7 @@ jobs: | ||||||
|     name: Test entrypoint |     name: Test entrypoint | ||||||
|     steps: |     steps: | ||||||
|     - name: Checkout |     - name: Checkout | ||||||
|       uses: actions/checkout@v2 |       uses: actions/checkout@v3 | ||||||
|     - name: Run unit tests for entrypoint.sh |     - name: Run unit tests for entrypoint.sh | ||||||
|       run: | |       run: | | ||||||
|         cd test/entrypoint |         cd test/entrypoint | ||||||
|  |  | ||||||
|  | @ -21,7 +21,7 @@ jobs: | ||||||
|     name: Test |     name: Test | ||||||
|     steps: |     steps: | ||||||
|     - name: Checkout |     - name: Checkout | ||||||
|       uses: actions/checkout@v2 |       uses: actions/checkout@v3 | ||||||
|     - uses: actions/setup-go@v3 |     - uses: actions/setup-go@v3 | ||||||
|       with: |       with: | ||||||
|         go-version: '^1.17.7' |         go-version: '^1.17.7' | ||||||
|  |  | ||||||
|  | @ -22,7 +22,7 @@ jobs: | ||||||
|       DOCKERHUB_USERNAME: ${{ secrets.DOCKER_USER }} |       DOCKERHUB_USERNAME: ${{ secrets.DOCKER_USER }} | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v2 |         uses: actions/checkout@v3 | ||||||
| 
 | 
 | ||||||
|       - name: Set up QEMU |       - name: Set up QEMU | ||||||
|         uses: docker/setup-qemu-action@v1 |         uses: docker/setup-qemu-action@v1 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue