Bump actions/checkout in /.github/actions/setup/directories

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](a5ac7e51b4...692973e3d9)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-13 02:24:55 +00:00 committed by matzbot
parent 7c46aa5ed4
commit 333d12bb19

View File

@ -88,7 +88,7 @@ runs:
git config --global init.defaultBranch garbage git config --global init.defaultBranch garbage
- if: inputs.checkout - if: inputs.checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with: with:
path: ${{ inputs.srcdir }} path: ${{ inputs.srcdir }}
fetch-depth: ${{ inputs.fetch-depth }} fetch-depth: ${{ inputs.fetch-depth }}