From c914f2c47054e35e5513a612e52502cab2cd6be5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 12:15:41 +0000 Subject: [PATCH] Bump actions/checkout from 3.5.2 to 4.1.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.4. - [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/8e5e7e5ab8b370d6c329ec480221332ada57f0ab...0ad4b8fadaa221de15dcec353f45205ec38ea70b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/conformance-gke.yaml | 2 +- .github/workflows/conformance-tetragon-gke.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conformance-gke.yaml b/.github/workflows/conformance-gke.yaml index 1c7af41..2dda60b 100644 --- a/.github/workflows/conformance-gke.yaml +++ b/.github/workflows/conformance-gke.yaml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/conformance-tetragon-gke.yaml b/.github/workflows/conformance-tetragon-gke.yaml index bbbc77d..fcb5de7 100644 --- a/.github/workflows/conformance-tetragon-gke.yaml +++ b/.github/workflows/conformance-tetragon-gke.yaml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b with: fetch-depth: 0 persist-credentials: false