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