diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-27 08:22:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-27 08:22:47 +0200 |
commit | 941c8daabe6ebf5ac3328a1e665b770a0882c361 (patch) | |
tree | 785b8f7c97a2811fc30259a1b4cd2d6f50597995 /.github/workflows/build-containers.yml | |
parent | 29d85ba5527fcba3e89d2603b4ab935e049f7bd0 (diff) | |
download | spack-941c8daabe6ebf5ac3328a1e665b770a0882c361.tar.gz spack-941c8daabe6ebf5ac3328a1e665b770a0882c361.tar.bz2 spack-941c8daabe6ebf5ac3328a1e665b770a0882c361.tar.xz spack-941c8daabe6ebf5ac3328a1e665b770a0882c361.zip |
build(deps): bump actions/checkout from 4.1.7 to 4.2.0 (#46584)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [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/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 320af6828c..b62b458dfa 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@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 id: docker_meta |