diff --git a/action.yml b/action.yml index ccc04ce..be7b020 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ runs: using: "composite" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup Node.js