diff --git a/action.yml b/action.yml index 78be2eb..dfc8ba2 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ runs: using: "composite" steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ github.ref }}