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