From a01be2e6532cc543a781d3b679bad8e3d738efa8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 19:57:11 +0000 Subject: [PATCH] Update actions/checkout action to v4 (#176) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/conftest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conftest.yaml b/.github/workflows/conftest.yaml index 738c12d0..606aba98 100644 --- a/.github/workflows/conftest.yaml +++ b/.github/workflows/conftest.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Conftest uses: redhat-cop/github-actions/confbatstest@master