Merge pull request #16899 from kubernetes/dependabot/github_actions/actions/checkout-4.2.1

build(deps): bump actions/checkout from 4.2.0 to 4.2.1
This commit is contained in:
Kubernetes Prow Robot 2024-10-13 08:32:20 +01:00 committed by GitHub
commit 80e4a718c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

View File

@ -14,6 +14,6 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: 'Checkout Repository'
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: 'Review Dependencies'
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-24.04
timeout-minutes: 70
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
with:
path: ${{ env.GOPATH }}/src/k8s.io/kops

View File

@ -16,7 +16,7 @@ jobs:
build-linux-amd64:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
with:
path: ${{ env.GOPATH }}/src/k8s.io/kops
@ -33,7 +33,7 @@ jobs:
build-macos-amd64:
runs-on: macos-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
with:
path: ${{ env.GOPATH }}/src/k8s.io/kops
@ -50,7 +50,7 @@ jobs:
build-windows-amd64:
runs-on: windows-2022
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
with:
path: ${{ env.GOPATH }}/src/k8s.io/kops
@ -67,7 +67,7 @@ jobs:
verify:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
with:
path: ${{ env.GOPATH }}/src/k8s.io/kops

View File

@ -17,7 +17,7 @@ jobs:
contents: write
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- 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