Bump actions/checkout from 3.1.0 to 3.2.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](93ea575cb5...755da8c3cf)

---
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:
dependabot[bot] 2022-12-18 06:03:52 +00:00 committed by GitHub
parent 1acb6c0873
commit cbd67cddb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -14,6 +14,6 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- name: 'Checkout Repository' - name: 'Checkout Repository'
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- name: 'Review Dependencies' - name: 'Review Dependencies'
uses: actions/dependency-review-action@11310527b429536e263dc6cc47873e608189ba21 uses: actions/dependency-review-action@11310527b429536e263dc6cc47873e608189ba21

View File

@ -21,7 +21,7 @@ jobs:
with: with:
go-version: '1.19.4' go-version: '1.19.4'
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
with: with:
path: ${{ env.GOPATH }}/src/k8s.io/kops path: ${{ env.GOPATH }}/src/k8s.io/kops
@ -38,7 +38,7 @@ jobs:
with: with:
go-version: '1.19.4' go-version: '1.19.4'
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
with: with:
path: ${{ env.GOPATH }}/src/k8s.io/kops path: ${{ env.GOPATH }}/src/k8s.io/kops
@ -55,7 +55,7 @@ jobs:
with: with:
go-version: '1.19.4' go-version: '1.19.4'
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
with: with:
path: ${{ env.GOPATH }}/src/k8s.io/kops path: ${{ env.GOPATH }}/src/k8s.io/kops
@ -72,7 +72,7 @@ jobs:
with: with:
go-version: '1.19.4' go-version: '1.19.4'
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
with: with:
path: ${{ env.GOPATH }}/src/k8s.io/kops path: ${{ env.GOPATH }}/src/k8s.io/kops

View File

@ -17,7 +17,7 @@ jobs:
contents: write contents: write
steps: steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- run: /usr/bin/git config --global user.email actions@github.com - run: /usr/bin/git config --global user.email actions@github.com
- run: /usr/bin/git config --global user.name 'GitHub Actions Release Tagger' - run: /usr/bin/git config --global user.name 'GitHub Actions Release Tagger'
- run: hack/tag-release.sh - run: hack/tag-release.sh

View File

@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 - uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
with: with:
go-version: '1.19.4' go-version: '1.19.4'
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- name: Update Dependencies - name: Update Dependencies
id: update_deps id: update_deps
run: | run: |