From c36edc3baab9022065a9587d5bdd115f9dc40fb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Dec 2022 06:02:54 +0000 Subject: [PATCH] Bump actions/checkout from 3.0.2 to 3.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/2541b1294d2704b0964813337f33b291d3f8596b...755da8c3cf115ac066823e79a1e1788f8940201b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/depsreview.yaml | 2 +- .github/workflows/main.yml | 8 ++++---- .github/workflows/tag-release.yml | 2 +- .github/workflows/update-deps.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/depsreview.yaml b/.github/workflows/depsreview.yaml index c5d70e37874b4..d55e9f47e1931 100644 --- a/.github/workflows/depsreview.yaml +++ b/.github/workflows/depsreview.yaml @@ -14,6 +14,6 @@ jobs: runs-on: ubuntu-20.04 steps: - name: 'Checkout Repository' - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: 'Review Dependencies' uses: actions/dependency-review-action@375c5370086bfff256c37f8beec0f437e2e72ae1 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 99cfb3e6a7805..2a245e28a52a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: with: go-version: '1.19.0' - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: path: ${{ env.GOPATH }}/src/k8s.io/kops @@ -38,7 +38,7 @@ jobs: with: go-version: '1.19.0' - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: path: ${{ env.GOPATH }}/src/k8s.io/kops @@ -55,7 +55,7 @@ jobs: with: go-version: '1.19.0' - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: path: ${{ env.GOPATH }}/src/k8s.io/kops @@ -72,7 +72,7 @@ jobs: with: go-version: '1.19.0' - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: path: ${{ env.GOPATH }}/src/k8s.io/kops diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 3d2229772263f..b418473a08db4 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -17,7 +17,7 @@ jobs: contents: write steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - 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 diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 54e5f351f63d3..5021173991bfb 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f with: go-version: '1.19.0' - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Update Dependencies id: update_deps run: |