From 1ec2803ef01b3d6552783f430db70400cb903003 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:13:18 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index dc1f9fe..d940a71 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ outputs: runs: steps: - - uses: actions/checkout@v3 + uses: actions/checkout@v4 - continue-on-error: true shell: bash