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/valid-style.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/valid-style.yml')
-rw-r--r-- | .github/workflows/valid-style.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/valid-style.yml b/.github/workflows/valid-style.yml index 757183e13c..c57dfd1367 100644 --- a/.github/workflows/valid-style.yml +++ b/.github/workflows/valid-style.yml @@ -69,7 +69,7 @@ jobs: dnf install -y \ bzip2 curl file gcc-c++ gcc gcc-gfortran git gnupg2 gzip \ make patch tcl unzip which xz - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # @v2 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Setup repo and non-root user run: | git --version |