Skip to content

Commit c2c0eb8

Browse files
Bump actions/checkout from 3.5.0 to 3.5.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8f4b7f8...8e5e7e5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e41163 commit c2c0eb8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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-20.04
1515
steps:
1616
- name: 'Checkout Repository'
17-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
17+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
1818
- name: 'Review Dependencies'
1919
uses: actions/dependency-review-action@f46c48ed6d4f1227fb2d9ea62bf6bcbed315589e

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
go-version: '1.20.3'
2323

24-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
24+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
2525
with:
2626
path: ${{ env.GOPATH }}/src/k8s.io/kops
2727

@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
go-version: '1.20.3'
4040

41-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
41+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
4242
with:
4343
path: ${{ env.GOPATH }}/src/k8s.io/kops
4444

@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
go-version: '1.20.3'
5757

58-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
58+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
5959
with:
6060
path: ${{ env.GOPATH }}/src/k8s.io/kops
6161

@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
go-version: '1.20.3'
7474

75-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
75+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
7676
with:
7777
path: ${{ env.GOPATH }}/src/k8s.io/kops
7878

.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@8f4b7f84864484a7bf31766abe9204da3cbe65b3
20+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
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

.github/workflows/update-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
2121
with:
2222
go-version: '1.20.3'
23-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
23+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
2424
- name: Update Dependencies
2525
id: update_deps
2626
run: |

0 commit comments

Comments
 (0)