From 977474de19bbd5606bfc6cd53923c1e48757669c Mon Sep 17 00:00:00 2001 From: jank Date: Thu, 14 Aug 2025 07:29:44 +0000 Subject: [PATCH] revert ec60960c66b978f2333934af62549179d0564925 revert Merge pull request 'chore(deps): update actions/checkout action to v5' (#10) from renovate/actions-checkout-5.x into main Reviewed-on: https://git.kjan.de/actions/semantic-release/pulls/10 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8c5a876..21230eb 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ runs: using: "composite" steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Setup Node.js