From e465905480e1867053d3c33ecef08a38590b89a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:36:44 +0000 Subject: [PATCH] ci(tools): update actions/checkout action to v4 --- .github/workflows/general.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 575811f..9fe78dc 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup ruby id: ruby