Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Setup Python
uses: actions/setup-python@v5
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Build and install
uses: rest-for-physics/framework/.github/actions/build@master
with:
Expand All @@ -53,7 +53,7 @@ jobs:
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Build and install
uses: rest-for-physics/framework/.github/actions/build@master
with:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ framework-install ]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
repository: rest-for-physics/framework
path: framework
Expand All @@ -109,7 +109,7 @@ jobs:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ framework-install ]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
repository: rest-for-physics/framework
path: framework
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ framework-install ]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
repository: rest-for-physics/framework
path: framework
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ framework-install ]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
repository: rest-for-physics/framework
path: framework
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ framework-install ]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
repository: rest-for-physics/framework
path: framework
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ framework-install ]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
repository: rest-for-physics/framework
path: framework
Expand Down Expand Up @@ -374,7 +374,7 @@ jobs:
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-reference-jun2022
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Build and install
uses: rest-for-physics/framework/.github/actions/build@master
with:
Expand Down Expand Up @@ -405,7 +405,7 @@ jobs:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-reference-jun2022
needs: [ framework-install-reference ]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
repository: rest-for-physics/framework
path: framework
Expand Down