Skip to content

Commit 871a2d6

Browse files
authored
Merge pull request #17764 from kubernetes/dependabot/github_actions/actions/checkout-6.0.0
build(deps): bump actions/checkout from 5.0.0 to 6.0.0
2 parents 59b8235 + 112e368 commit 871a2d6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/depsreview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: 'Checkout Repository'
17-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
17+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1818
- name: 'Review Dependencies'
1919
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-24.04
1818
timeout-minutes: 70
1919
steps:
20-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
20+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2121
with:
2222
path: ${{ env.GOPATH }}/src/k8s.io/kops
2323
fetch-depth: 3
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-24.04
5757
timeout-minutes: 70
5858
steps:
59-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
59+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
6060
with:
6161
path: ${{ env.GOPATH }}/src/k8s.io/kops
6262
fetch-depth: 3

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: build-linux-${{ matrix.os.arch }}
2727
runs-on: ${{ matrix.os.runs-on }}
2828
steps:
29-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
29+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
3030
with:
3131
path: ${{ env.GOPATH }}/src/k8s.io/kops
3232

@@ -43,7 +43,7 @@ jobs:
4343
build-macos-amd64:
4444
runs-on: macos-latest
4545
steps:
46-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
46+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
4747
with:
4848
path: ${{ env.GOPATH }}/src/k8s.io/kops
4949

@@ -60,7 +60,7 @@ jobs:
6060
build-windows-amd64:
6161
runs-on: windows-2022
6262
steps:
63-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
63+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
6464
with:
6565
path: ${{ env.GOPATH }}/src/k8s.io/kops
6666

@@ -87,7 +87,7 @@ jobs:
8787
name: verify-${{ matrix.os.arch }}
8888
runs-on: ${{ matrix.os.runs-on }}
8989
steps:
90-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
90+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
9191
with:
9292
path: ${{ env.GOPATH }}/src/k8s.io/kops
9393

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: write
1818

1919
steps:
20-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
20+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2121
- run: /usr/bin/git config --global user.email [email protected]
2222
- run: /usr/bin/git config --global user.name 'GitHub Actions Release Tagger'
2323
- run: hack/tag-release.sh

0 commit comments

Comments
 (0)