Skip to content

Commit

Permalink
CI: Switch to latest versions of github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Sep 12, 2024
1 parent 08a2e1f commit c339cda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/concretize-lxplus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cvmfs-contrib/github-action-cvmfs@v2
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v4
with:
cvmfs_repositories: 'sw.hsf.org,sw-nightlies.hsf.org,sft-nightlies.cern.ch,sft.cern.ch,geant4.cern.ch'
- name: Start container
Expand All @@ -26,7 +26,7 @@ jobs:
source environments/key4hep-release-user/setup_clingo_centos7.sh
spack add key4hep-stack
spack concretize -f --reuse | tee -a key4hep-stack-concretization.log;'
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: concretization-log-artifact
path: key4hep-stack-concretization.log
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/concretize-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Concretize key4hep-stack
run: |
git clone --depth 1 https://github.com/key4hep/spack
Expand Down

0 comments on commit c339cda

Please sign in to comment.