Skip to content
Snippets Groups Projects
Unverified Commit a03d1a0c authored by Luis Antonio Obis Aparicio's avatar Luis Antonio Obis Aparicio Committed by GitHub
Browse files

Merge pull request #502 from rest-for-physics/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
parents fc067550 7cbca439
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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:
......@@ -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:
......@@ -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
......@@ -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
......@@ -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
......@@ -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
......@@ -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
......@@ -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
......@@ -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:
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment