Skip to content

Commit a2e957e

Browse files
committed
feat(github):Update actions version to v6
Minor change to v5
1 parent 81f53f2 commit a2e957e

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/check_metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
build:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424

2525
- name: Try updating metadata
2626
run: python update_zenodo.py

.github/workflows/codemeta_validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
container:
2020
image: gitlab-registry.in2p3.fr/escape2020/wp3/eossr:v1.0
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- name: validate codemeta
2424
run: eossr-metadata-validator codemeta.json

.github/workflows/main-nightly-sim.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cache-cleanup:
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v5
41+
- uses: actions/checkout@v6
4242
with:
4343
fetch-depth: 0
4444
submodules: 'true'
@@ -65,7 +65,7 @@ jobs:
6565
# Here are the groups of repositories that need to be downloaded inside
6666
# r3broot. Each group is used by only one job.
6767
repos: [ r3broot, glad-tpc, sofia-frs-asy ]
68-
sys: [ debian13_cpp17_feb26p1_v19.0.1 ]
68+
sys: [ debian13_cpp17_feb26p1_v19.0.1 , debian13_cpp20_feb26p1_v19.0.1 , debian13_cpp23_feb26p1_v19.0.1 ]
6969

7070
# The list under "include" defines some properties for each group:
7171
#
@@ -130,7 +130,7 @@ jobs:
130130
# another github repo or a self-defined one in .github/actions.
131131
steps:
132132
# Fetch updates from pull request branches using a public github action.
133-
- uses: actions/checkout@v5
133+
- uses: actions/checkout@v6
134134
with:
135135
# This allows all commits of all branches to be fetched.
136136
fetch-depth: 0

.github/workflows/main-nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cache-cleanup:
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v5
41+
- uses: actions/checkout@v6
4242
with:
4343
fetch-depth: 0
4444
submodules: 'true'
@@ -65,7 +65,7 @@ jobs:
6565
# Here are the groups of repositories that need to be downloaded inside
6666
# r3broot. Each group is used by only one job.
6767
repos: [ r3broot, glad-tpc, sofia-frs-asy ]
68-
sys: [ debian13_cpp17_feb26p1_v19.0.1 ]
68+
sys: [ debian13_cpp17_feb26p1_v19.0.1 , debian13_cpp20_feb26p1_v19.0.1 , debian13_cpp23_feb26p1_v19.0.1 ]
6969

7070
# The list under "include" defines some properties for each group:
7171
#
@@ -132,7 +132,7 @@ jobs:
132132
# another github repo or a self-defined one in .github/actions.
133133
steps:
134134
# Fetch updates from pull request branches using a public github action.
135-
- uses: actions/checkout@v5
135+
- uses: actions/checkout@v6
136136
with:
137137
# This allows all commits of all branches to be fetched.
138138
fetch-depth: 0

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
cache-cleanup:
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/checkout@v5
68+
- uses: actions/checkout@v6
6969
with:
7070
fetch-depth: 0
7171
submodules: 'true'
@@ -170,7 +170,7 @@ jobs:
170170
# another github repo or a self-defined one in .github/actions.
171171
steps:
172172
# Fetch updates from pull request branches using a public github action.
173-
- uses: actions/checkout@v5
173+
- uses: actions/checkout@v6
174174
with:
175175
# This allows all commits of all branches to be fetched.
176176
fetch-depth: 0

.github/workflows/main_debian.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache-cleanup:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 0
3535
submodules: 'true'
@@ -119,7 +119,7 @@ jobs:
119119
# another github repo or a self-defined one in .github/actions.
120120
steps:
121121
# Fetch updates from pull request branches using a public github action.
122-
- uses: actions/checkout@v5
122+
- uses: actions/checkout@v6
123123
with:
124124
# This allows all commits of all branches to be fetched.
125125
fetch-depth: 0

.github/workflows/static_analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- name: Code formatting
2323
run: |
2424
cd $GITHUB_WORKSPACE
@@ -43,7 +43,7 @@ jobs:
4343
CVMDIR: /cvmfs/fairsoft.gsi.de
4444
options: --user root --privileged --ulimit nofile=9999:10000 --cap-add SYS_ADMIN --device /dev/fuse
4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
with:
4848
fetch-depth: 0
4949

0 commit comments

Comments
 (0)