From 010417a57332cf26989b15d0a2b3fad36753b9b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 02:24:53 +0000 Subject: [PATCH] chore: bump actions/checkout from 3.0.0 to 3.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1. - [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/a12a3943b4bdde767164f792f33f40b04645d846...dcd71f646680f2efd8db4afa5ad64fdcba30e748) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/chart.yaml | 2 +- .github/workflows/cover.yaml | 2 +- .github/workflows/create-release.yaml | 2 +- .github/workflows/website.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/chart.yaml b/.github/workflows/chart.yaml index acfbc2c03..75a5175ef 100644 --- a/.github/workflows/chart.yaml +++ b/.github/workflows/chart.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-20.04 steps: # pinning to the sha 5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f from https://github.com/actions/checkout/releases/tag/v2.3.4 - - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 + - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 with: submodules: true fetch-depth: 0 diff --git a/.github/workflows/cover.yaml b/.github/workflows/cover.yaml index e5a95f4b4..87a16ef7f 100644 --- a/.github/workflows/cover.yaml +++ b/.github/workflows/cover.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: # pinning to the sha 5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f from https://github.com/actions/checkout/releases/tag/v2.3.4 - - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 + - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # pinning to the sha 331ce1d993939866bb63c32c6cbbfd48fa76fc57 from https://github.com/actions/setup-go/releases/tag/v2.1.4 - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab with: diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index d40bb6ca0..e73516acc 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout # pinning to the sha 5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f from https://github.com/actions/checkout/releases/tag/v2.3.4 - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 + uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 with: fetch-depth: 0 # pinning to the sha 79d4afbba1b4eff8b9a98e3d2e58c4dbaf094e2b from https://github.com/goreleaser/goreleaser-action/releases/tag/v2.8.1 diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index 802e2d32b..b64f5fff6 100644 --- a/.github/workflows/website.yaml +++ b/.github/workflows/website.yaml @@ -15,7 +15,7 @@ jobs: deploy: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 + - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod