From b46d27626421b14d317c43a457fca05dd9ad02ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 16:23:47 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20actions/checkout=20action?= =?UTF-8?q?=20to=20v3=20(#2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renovate Bot --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 00a7839..c45bc4f 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ outputs: runs: steps: - - uses: actions/checkout@v2 + uses: actions/checkout@v3 - continue-on-error: true id: check-changes