From 040f201fccc144c8ca96f386169426ff6e3157f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 08:55:21 +0000 Subject: [PATCH] build(deps): 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/documentation.yml | 2 +- .github/workflows/operator.yml | 14 +++++++------- .github/workflows/periodic.yml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d7745a09c..0054eee38 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Install prereqs run: | diff --git a/.github/workflows/operator.yml b/.github/workflows/operator.yml index bc9278277..65bdbb2ac 100644 --- a/.github/workflows/operator.yml +++ b/.github/workflows/operator.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Install prereqs run: | @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Install Go uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 @@ -117,7 +117,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 with: fetch-depth: 0 @@ -156,7 +156,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Build operator container run: make docker-build IMG=${OPERATOR_IMAGE} @@ -176,7 +176,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Install Go uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 @@ -216,7 +216,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 with: # Fetch whole history so we can properly determine the version string # (required by krew validation) @@ -278,7 +278,7 @@ jobs: KUBERNETES_VERSION: ${{ matrix.KUBERNETES_VERSIONS }} steps: - name: Checkout source - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 # We set bash as the default shell (instead of dash) because the kuttl # test steps require bash, but the "script" directive executes them as "sh diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index 8b17bb8bc..c961f92d3 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -29,7 +29,7 @@ jobs: steps: # Must checkout source or gh can't figure out what to trigger - name: Checkout source - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Trigger workflows env: