diff --git a/action.yml b/action.yml index ac30b5c..b11beb9 100644 --- a/action.yml +++ b/action.yml @@ -20,7 +20,7 @@ runs: steps: - if: ${{ inputs.checkout == 'true' }} - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: fetch-depth: 0