Skip to content

Commit a03d1a0

Browse files
authored
Merge pull request #502 from rest-for-physics/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents fc06755 + 7cbca43 commit a03d1a0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout repo
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

2929
- name: Setup Python
3030
uses: actions/setup-python@v3

.github/workflows/validation.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
container:
3535
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
- name: Build and install
3939
uses: rest-for-physics/framework/.github/actions/build@master
4040
with:
@@ -53,7 +53,7 @@ jobs:
5353
container:
5454
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
5555
steps:
56-
- uses: actions/checkout@v3
56+
- uses: actions/checkout@v4
5757
- name: Build and install
5858
uses: rest-for-physics/framework/.github/actions/build@master
5959
with:
@@ -86,7 +86,7 @@ jobs:
8686
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
8787
needs: [ framework-install ]
8888
steps:
89-
- uses: actions/checkout@v3
89+
- uses: actions/checkout@v4
9090
with:
9191
repository: rest-for-physics/framework
9292
path: framework
@@ -109,7 +109,7 @@ jobs:
109109
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
110110
needs: [ framework-install ]
111111
steps:
112-
- uses: actions/checkout@v3
112+
- uses: actions/checkout@v4
113113
with:
114114
repository: rest-for-physics/framework
115115
path: framework
@@ -155,7 +155,7 @@ jobs:
155155
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
156156
needs: [ framework-install ]
157157
steps:
158-
- uses: actions/checkout@v3
158+
- uses: actions/checkout@v4
159159
with:
160160
repository: rest-for-physics/framework
161161
path: framework
@@ -199,7 +199,7 @@ jobs:
199199
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
200200
needs: [ framework-install ]
201201
steps:
202-
- uses: actions/checkout@v3
202+
- uses: actions/checkout@v4
203203
with:
204204
repository: rest-for-physics/framework
205205
path: framework
@@ -230,7 +230,7 @@ jobs:
230230
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
231231
needs: [ framework-install ]
232232
steps:
233-
- uses: actions/checkout@v3
233+
- uses: actions/checkout@v4
234234
with:
235235
repository: rest-for-physics/framework
236236
path: framework
@@ -283,7 +283,7 @@ jobs:
283283
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
284284
needs: [ framework-install ]
285285
steps:
286-
- uses: actions/checkout@v3
286+
- uses: actions/checkout@v4
287287
with:
288288
repository: rest-for-physics/framework
289289
path: framework
@@ -374,7 +374,7 @@ jobs:
374374
container:
375375
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-reference-jun2022
376376
steps:
377-
- uses: actions/checkout@v3
377+
- uses: actions/checkout@v4
378378
- name: Build and install
379379
uses: rest-for-physics/framework/.github/actions/build@master
380380
with:
@@ -405,7 +405,7 @@ jobs:
405405
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-reference-jun2022
406406
needs: [ framework-install-reference ]
407407
steps:
408-
- uses: actions/checkout@v3
408+
- uses: actions/checkout@v4
409409
with:
410410
repository: rest-for-physics/framework
411411
path: framework

0 commit comments

Comments
 (0)