From f5aa4db676e93db43c14f023499ff040deb1b0c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:05:57 -0700 Subject: [PATCH] Update actions/checkout action to v5 (#211) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5e1758..af7ad16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4 # v4 + uses: actions/checkout@v5 - name: Install Chef uses: actionshub/chef-install@3.0.1 - name: Dokken