From f22565b1f3d9b1ad914e3709ee4d525bfcfd8c6d Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 25 Aug 2024 16:17:08 +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 ccc04ce..be7b020 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ runs: using: "composite" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup Node.js -- 2.45.2