summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-11 15:32:04 +0200
committerGitHub <noreply@github.com>2024-07-11 15:32:04 +0200
commite7946a3a41861c52c2cf0cba01a9d36340efedc0 (patch)
tree66a6574ec6424ea963045d2bb1386e5ce8d492ff /.github/workflows/ci.yaml
parent5c539732204a04b1ca179890c22384aaf0b4fe60 (diff)
downloadspack-e7946a3a41861c52c2cf0cba01a9d36340efedc0.tar.gz
spack-e7946a3a41861c52c2cf0cba01a9d36340efedc0.tar.bz2
spack-e7946a3a41861c52c2cf0cba01a9d36340efedc0.tar.xz
spack-e7946a3a41861c52c2cf0cba01a9d36340efedc0.zip
build(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#44693)
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](https://github.com/actions/checkout/compare/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 7fbd015ca4..96fb38eb64 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -36,7 +36,7 @@ jobs:
core: ${{ steps.filter.outputs.core }}
packages: ${{ steps.filter.outputs.packages }}
steps:
- - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
if: ${{ github.event_name == 'push' }}
with:
fetch-depth: 0