diff --git a/action.yml b/action.yml index 925b281..6d5c524 100644 --- a/action.yml +++ b/action.yml @@ -30,6 +30,8 @@ runs: using: "composite" steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: ruby/setup-ruby@v1.172.0 with: ruby-version: '3.3.0'