Skip to content

Commit

Permalink
Merge pull request #502 from rest-for-physics/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
lobis authored Jun 25, 2024
2 parents fc06755 + 7cbca43 commit a03d1a0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
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@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v3
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@v3
- uses: actions/checkout@v4
- 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@v3
- uses: actions/checkout@v4
- 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@v3
- uses: actions/checkout@v4
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@v3
- uses: actions/checkout@v4
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@v3
- uses: actions/checkout@v4
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@v3
- uses: actions/checkout@v4
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@v3
- uses: actions/checkout@v4
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@v3
- uses: actions/checkout@v4
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@v3
- uses: actions/checkout@v4
- 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@v3
- uses: actions/checkout@v4
with:
repository: rest-for-physics/framework
path: framework
Expand Down

0 comments on commit a03d1a0

Please sign in to comment.