From 340c6f8b8f842e608353a1db89cdce26581f724a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Sep 2022 08:21:41 +0000 Subject: [PATCH] Bump actions/checkout Bumps [actions/checkout](https://github.com/actions/checkout) from 629c2de402a417ea7690ca6ce3f33229e27606a5 to 61b9e3751b92087fd0b06925ba6dd6314e06f089. - [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/629c2de402a417ea7690ca6ce3f33229e27606a5...61b9e3751b92087fd0b06925ba6dd6314e06f089) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 8 ++++---- .github/workflows/tag-release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8b71f46345ba2..b369fd3b350f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: with: go-version: 1.18.4 - - uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 https://api.github.com/repos/actions/checkout/git/tags/629c2de402a417ea7690ca6ce3f33229e27606a5 + - uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # v2 https://api.github.com/repos/actions/checkout/git/tags/629c2de402a417ea7690ca6ce3f33229e27606a5 with: path: ${{ env.GOPATH }}/src/k8s.io/kops @@ -38,7 +38,7 @@ jobs: with: go-version: 1.18.4 - - uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 https://api.github.com/repos/actions/checkout/git/tags/629c2de402a417ea7690ca6ce3f33229e27606a5 + - uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # v2 https://api.github.com/repos/actions/checkout/git/tags/629c2de402a417ea7690ca6ce3f33229e27606a5 with: path: ${{ env.GOPATH }}/src/k8s.io/kops @@ -55,7 +55,7 @@ jobs: with: go-version: 1.18.4 - - uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 https://api.github.com/repos/actions/checkout/git/tags/629c2de402a417ea7690ca6ce3f33229e27606a5 + - uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # v2 https://api.github.com/repos/actions/checkout/git/tags/629c2de402a417ea7690ca6ce3f33229e27606a5 with: path: ${{ env.GOPATH }}/src/k8s.io/kops @@ -72,7 +72,7 @@ jobs: with: go-version: 1.18.4 - - uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 https://api.github.com/repos/actions/checkout/git/tags/629c2de402a417ea7690ca6ce3f33229e27606a5 + - uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # v2 https://api.github.com/repos/actions/checkout/git/tags/629c2de402a417ea7690ca6ce3f33229e27606a5 with: path: ${{ env.GOPATH }}/src/k8s.io/kops diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index e1c494bf8dd0b..396b75ba32877 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -17,7 +17,7 @@ jobs: contents: write steps: - - uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 https://api.github.com/repos/actions/checkout/git/tags/629c2de402a417ea7690ca6ce3f33229e27606a5 + - uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # v2 https://api.github.com/repos/actions/checkout/git/tags/629c2de402a417ea7690ca6ce3f33229e27606a5 - 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