diff --git a/actions/setup/action.yml b/actions/setup/action.yml index 16de290f..90910bed 100644 --- a/actions/setup/action.yml +++ b/actions/setup/action.yml @@ -31,7 +31,7 @@ runs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Needed for conventional commit linting. fetch-depth: ${{ inputs.fetch-depth }}