diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-11 15:32:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-11 15:32:04 +0200 |
commit | e7946a3a41861c52c2cf0cba01a9d36340efedc0 (patch) | |
tree | 66a6574ec6424ea963045d2bb1386e5ce8d492ff /.github/workflows/build-containers.yml | |
parent | 5c539732204a04b1ca179890c22384aaf0b4fe60 (diff) | |
download | spack-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/build-containers.yml')
-rw-r--r-- | .github/workflows/build-containers.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 345ba167b8..2efe54021e 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -55,7 +55,7 @@ jobs: if: github.repository == 'spack/spack' steps: - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 id: docker_meta |