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 cba94b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 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 cba94b9

Please sign in to comment.