Skip to content

Commit 324a5ea

Browse files
committed
feat(github):Upgrade actions to version v5
1 parent 8203d07 commit 324a5ea

8 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@v4
23+
- uses: actions/checkout@v5
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@v4
22+
- uses: actions/checkout@v5
2323
- name: validate codemeta
2424
run: eossr-metadata-validator codemeta.json

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

Lines changed: 2 additions & 2 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@v4
41+
- uses: actions/checkout@v5
4242
with:
4343
fetch-depth: 0
4444
submodules: 'true'
@@ -137,7 +137,7 @@ jobs:
137137
# another github repo or a self-defined one in .github/actions.
138138
steps:
139139
# Fetch updates from pull request branches using a public github action.
140-
- uses: actions/checkout@v4
140+
- uses: actions/checkout@v5
141141
with:
142142
# This allows all commits of all branches to be fetched.
143143
fetch-depth: 0

.github/workflows/main-nightly.yml

Lines changed: 2 additions & 2 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@v4
41+
- uses: actions/checkout@v5
4242
with:
4343
fetch-depth: 0
4444
submodules: 'true'
@@ -139,7 +139,7 @@ jobs:
139139
# another github repo or a self-defined one in .github/actions.
140140
steps:
141141
# Fetch updates from pull request branches using a public github action.
142-
- uses: actions/checkout@v4
142+
- uses: actions/checkout@v5
143143
with:
144144
# This allows all commits of all branches to be fetched.
145145
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@v4
68+
- uses: actions/checkout@v5
6969
with:
7070
fetch-depth: 0
7171
submodules: 'true'
@@ -174,7 +174,7 @@ jobs:
174174
# another github repo or a self-defined one in .github/actions.
175175
steps:
176176
# Fetch updates from pull request branches using a public github action.
177-
- uses: actions/checkout@v4
177+
- uses: actions/checkout@v5
178178
with:
179179
# This allows all commits of all branches to be fetched.
180180
fetch-depth: 0

.github/workflows/main_other_os.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@v4
32+
- uses: actions/checkout@v5
3333
with:
3434
fetch-depth: 0
3535
submodules: 'true'
@@ -128,7 +128,7 @@ jobs:
128128
# another github repo or a self-defined one in .github/actions.
129129
steps:
130130
# Fetch updates from pull request branches using a public github action.
131-
- uses: actions/checkout@v4
131+
- uses: actions/checkout@v5
132132
with:
133133
# This allows all commits of all branches to be fetched.
134134
fetch-depth: 0

.github/workflows/maincpp20.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache-cleanup:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 0
3131
submodules: 'true'
@@ -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@v4
133+
- uses: actions/checkout@v5
134134
with:
135135
# This allows all commits of all branches to be fetched.
136136
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@v4
21+
- uses: actions/checkout@v5
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@v4
46+
- uses: actions/checkout@v5
4747
with:
4848
fetch-depth: 0
4949

0 commit comments

Comments
 (0)