diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2024-03-27 09:26:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-27 09:26:12 +0100 |
commit | 5d0ef9e4f4c2d14b3a87e4607168ca88201b5fec (patch) | |
tree | 1f36e5302f5c61eb02d4d439a8b0deff35fdd7d7 /.github/workflows/build-containers.yml | |
parent | e145baf619a09a908973f69999b2a361ebef9325 (diff) | |
download | spack-5d0ef9e4f4c2d14b3a87e4607168ca88201b5fec.tar.gz spack-5d0ef9e4f4c2d14b3a87e4607168ca88201b5fec.tar.bz2 spack-5d0ef9e4f4c2d14b3a87e4607168ca88201b5fec.tar.xz spack-5d0ef9e4f4c2d14b3a87e4607168ca88201b5fec.zip |
ci: remove outdated version comments (#43389)
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 2350f82424..3de3755185 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@9bb56186c3b09b4f86b1c65136769dd318469633 # @v2 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 id: docker_meta |