diff --git a/action.yml b/action.yml index ceda341..2defba1 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ runs: using: "composite" steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: fetch-depth: 0