diff --git a/action.yml b/action.yml index f788072..d860d70 100644 --- a/action.yml +++ b/action.yml @@ -68,7 +68,7 @@ runs: using: "composite" steps: - name: Checkout commit - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ inputs.token }} fetch-tags: true