mirror of https://github.com/kubernetes/kops.git
Merge pull request #17566 from kubernetes/dependabot/github_actions/actions/checkout-5.0.0
build(deps): bump actions/checkout from 4.2.2 to 5.0.0
This commit is contained in:
commit
bd203fb693
|
@ -14,6 +14,6 @@ jobs:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout Repository'
|
- name: 'Checkout Repository'
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||||
- name: 'Review Dependencies'
|
- name: 'Review Dependencies'
|
||||||
uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9
|
uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9
|
||||||
|
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
timeout-minutes: 70
|
timeout-minutes: 70
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||||
with:
|
with:
|
||||||
path: ${{ env.GOPATH }}/src/k8s.io/kops
|
path: ${{ env.GOPATH }}/src/k8s.io/kops
|
||||||
fetch-depth: 3
|
fetch-depth: 3
|
||||||
|
@ -51,7 +51,7 @@ jobs:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
timeout-minutes: 70
|
timeout-minutes: 70
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||||
with:
|
with:
|
||||||
path: ${{ env.GOPATH }}/src/k8s.io/kops
|
path: ${{ env.GOPATH }}/src/k8s.io/kops
|
||||||
fetch-depth: 3
|
fetch-depth: 3
|
||||||
|
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
name: build-linux-${{ matrix.os.arch }}
|
name: build-linux-${{ matrix.os.arch }}
|
||||||
runs-on: ${{ matrix.os.runs-on }}
|
runs-on: ${{ matrix.os.runs-on }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||||
with:
|
with:
|
||||||
path: ${{ env.GOPATH }}/src/k8s.io/kops
|
path: ${{ env.GOPATH }}/src/k8s.io/kops
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ jobs:
|
||||||
build-macos-amd64:
|
build-macos-amd64:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||||
with:
|
with:
|
||||||
path: ${{ env.GOPATH }}/src/k8s.io/kops
|
path: ${{ env.GOPATH }}/src/k8s.io/kops
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ jobs:
|
||||||
build-windows-amd64:
|
build-windows-amd64:
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||||
with:
|
with:
|
||||||
path: ${{ env.GOPATH }}/src/k8s.io/kops
|
path: ${{ env.GOPATH }}/src/k8s.io/kops
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ jobs:
|
||||||
name: verify-${{ matrix.os.arch }}
|
name: verify-${{ matrix.os.arch }}
|
||||||
runs-on: ${{ matrix.os.runs-on }}
|
runs-on: ${{ matrix.os.runs-on }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||||
with:
|
with:
|
||||||
path: ${{ env.GOPATH }}/src/k8s.io/kops
|
path: ${{ env.GOPATH }}/src/k8s.io/kops
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in New Issue