mirror of https://github.com/kubernetes/kops.git
build(deps): bump actions/checkout from 4.1.3 to 4.1.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](1d96c772d1...0ad4b8fada
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7312b588b6
commit
0b174fc622
|
@ -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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
||||||
- name: 'Review Dependencies'
|
- name: 'Review Dependencies'
|
||||||
uses: actions/dependency-review-action@0659a74c94536054bfa5aeb92241f70d680cc78e
|
uses: actions/dependency-review-action@0659a74c94536054bfa5aeb92241f70d680cc78e
|
||||||
|
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: '1.22.0'
|
go-version: '1.22.0'
|
||||||
|
|
||||||
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
||||||
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.22.0'
|
go-version: '1.22.0'
|
||||||
|
|
||||||
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
||||||
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.22.0'
|
go-version: '1.22.0'
|
||||||
|
|
||||||
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
||||||
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.22.0'
|
go-version: '1.22.0'
|
||||||
|
|
||||||
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
||||||
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
||||||
- 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
|
||||||
|
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
|
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
|
||||||
with:
|
with:
|
||||||
go-version: '1.22.0'
|
go-version: '1.22.0'
|
||||||
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
||||||
- name: Update Dependencies
|
- name: Update Dependencies
|
||||||
id: update_deps
|
id: update_deps
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue