mirror of https://github.com/kubernetes/kops.git
				
				
				
			Bump actions/checkout from 3.5.3 to 3.6.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](c85c95e3d7...f43a0e5ff2)
---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
			
			
This commit is contained in:
		
							parent
							
								
									8c0af0571f
								
							
						
					
					
						commit
						3e02e851c5
					
				|  | @ -14,6 +14,6 @@ jobs: | |||
|     runs-on: ubuntu-20.04 | ||||
|     steps: | ||||
|       - name: 'Checkout Repository' | ||||
|         uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 | ||||
|         uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 | ||||
|       - name: 'Review Dependencies' | ||||
|         uses: actions/dependency-review-action@f6fff72a3217f580d5afd49a46826795305b63c7 | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ jobs: | |||
|         with: | ||||
|           go-version: '1.20.6' | ||||
| 
 | ||||
|       - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 | ||||
|       - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 | ||||
|         with: | ||||
|           path: ${{ env.GOPATH }}/src/k8s.io/kops | ||||
| 
 | ||||
|  | @ -38,7 +38,7 @@ jobs: | |||
|       with: | ||||
|         go-version: '1.20.6' | ||||
| 
 | ||||
|     - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 | ||||
|     - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 | ||||
|       with: | ||||
|         path: ${{ env.GOPATH }}/src/k8s.io/kops | ||||
| 
 | ||||
|  | @ -55,7 +55,7 @@ jobs: | |||
|       with: | ||||
|         go-version: '1.20.6' | ||||
| 
 | ||||
|     - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 | ||||
|     - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 | ||||
|       with: | ||||
|         path: ${{ env.GOPATH }}/src/k8s.io/kops | ||||
| 
 | ||||
|  | @ -72,7 +72,7 @@ jobs: | |||
|         with: | ||||
|           go-version: '1.20.6' | ||||
| 
 | ||||
|       - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 | ||||
|       - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 | ||||
|         with: | ||||
|           path: ${{ env.GOPATH }}/src/k8s.io/kops | ||||
| 
 | ||||
|  |  | |||
|  | @ -17,7 +17,7 @@ jobs: | |||
|       contents: write | ||||
| 
 | ||||
|     steps: | ||||
|       - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 | ||||
|       - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 | ||||
|       - run: /usr/bin/git config --global user.email actions@github.com | ||||
|       - run: /usr/bin/git config --global user.name 'GitHub Actions Release Tagger' | ||||
|       - run: hack/tag-release.sh | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ jobs: | |||
|       - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe | ||||
|         with: | ||||
|           go-version: '1.20.6' | ||||
|       - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 | ||||
|       - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 | ||||
|       - name: Update Dependencies | ||||
|         id: update_deps | ||||
|         run: | | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue