From 3e02e851c5f9774298970cb6d291ca3394a8da09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 06:41:43 +0000 Subject: [PATCH] Bump actions/checkout from 3.5.3 to 3.6.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.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/c85c95e3d7251135ab7dc9ce3241c5835cc595a9...f43a0e5ff2bd294095638e18286ca9a3d1956744) --- 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 1e5d856ad9..0631343eb8 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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - name: 'Review Dependencies' uses: actions/dependency-review-action@f6fff72a3217f580d5afd49a46826795305b63c7 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e99976230..af180e6d43 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: with: go-version: '1.20.6' - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 with: path: ${{ env.GOPATH }}/src/k8s.io/kops @@ -38,7 +38,7 @@ jobs: with: go-version: '1.20.6' - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 with: path: ${{ env.GOPATH }}/src/k8s.io/kops @@ -55,7 +55,7 @@ jobs: with: go-version: '1.20.6' - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 with: path: ${{ env.GOPATH }}/src/k8s.io/kops @@ -72,7 +72,7 @@ jobs: with: go-version: '1.20.6' - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 with: path: ${{ env.GOPATH }}/src/k8s.io/kops diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 4edab1672f..14cbdff8c3 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -17,7 +17,7 @@ jobs: contents: write steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - 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 9fda4abef6..6d7c1324f7 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe with: go-version: '1.20.6' - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - name: Update Dependencies id: update_deps run: |