mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2026-02-04 11:29:22 +00:00
Compare commits
2 Commits
v1.10.1
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
880edaf1c0 | ||
|
|
3dcfc29ec2 |
4
.github/workflows/buildcache.yml
vendored
4
.github/workflows/buildcache.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
env: 'boost187'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Setup spack environment
|
||||
uses: ./.github/actions/setup-deps
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
permissions:
|
||||
packages: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Setup spack
|
||||
uses: spack/setup-spack@v2
|
||||
|
||||
2
.github/workflows/check_metadata.yaml
vendored
2
.github/workflows/check_metadata.yaml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
- name: Try updating metadata
|
||||
run: python meta_update.py
|
||||
- name: Check for Updates
|
||||
|
||||
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
env: 'boost187'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: true
|
||||
fetch-tags: true
|
||||
@@ -72,7 +72,7 @@ jobs:
|
||||
cxx-compiler: clang++
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: true
|
||||
fetch-tags: true
|
||||
@@ -105,7 +105,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: true
|
||||
fetch-tags: true
|
||||
|
||||
2
.github/workflows/codemeta_validate.yaml
vendored
2
.github/workflows/codemeta_validate.yaml
vendored
@@ -16,6 +16,6 @@ jobs:
|
||||
container:
|
||||
image: gitlab-registry.in2p3.fr/escape2020/wp3/eossr:v1.0
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
- name: validate codemeta
|
||||
run: eossr-metadata-validator codemeta.json
|
||||
|
||||
2
extern/googletest
vendored
2
extern/googletest
vendored
Submodule extern/googletest updated: 7d76a231b0...9156d4caac
Reference in New Issue
Block a user