From 32e327e87ce8c9fbd0247c9d0b49da6fe41961d0 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 27 Sep 2024 07:29:51 +0000 Subject: [PATCH] Update actions/checkout action to v4.2.0 Signed-off-by: Mend Renovate --- .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 09c272d5f..7daa17059 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install prereqs run: | diff --git a/.github/workflows/operator.yml b/.github/workflows/operator.yml index 96505273e..64727e5e8 100644 --- a/.github/workflows/operator.yml +++ b/.github/workflows/operator.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install pre-commit run: | @@ -54,7 +54,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install Go uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 @@ -134,7 +134,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: fetch-depth: 0 @@ -173,7 +173,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Build operator container run: make docker-build IMG=${OPERATOR_IMAGE} @@ -193,7 +193,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install Go uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 @@ -233,7 +233,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: # Fetch whole history so we can properly determine the version string # (required by krew validation) @@ -307,7 +307,7 @@ jobs: proc_trace_chart_show: false - name: Checkout source - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.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 d9935364a..2f0d9bc45 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Trigger workflows env: