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