From 4bfa90fad819c686390f587d36f6073d9f2db185 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 02:44:05 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/actions/report-size/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/report-size/action.yml b/.github/actions/report-size/action.yml index e39b8bab3..e6bc477ca 100644 --- a/.github/actions/report-size/action.yml +++ b/.github/actions/report-size/action.yml @@ -44,7 +44,7 @@ runs: steps: # Checkout branch to compare to [required] - name: Checkout base branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.branch }} path: br-base