- name: Checkout
  uses: actions/checkout@v4
  {{#if jobCheckout}}
  with:
  {{#each jobCheckout}}
    {{ @key }}: {{ this }}
  {{/each}}
  {{/if}}
- name: Setup Git User
  run: |
    git config --global user.email "npm-cli+bot@github.com"
    git config --global user.name "npm CLI robot"
