Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rest-for-physics
framework
Commits
a03d1a0c
Unverified
Commit
a03d1a0c
authored
11 months ago
by
Luis Antonio Obis Aparicio
Committed by
GitHub
11 months ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #502 from rest-for-physics/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
parents
fc067550
7cbca439
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/docs.yml
+1
-1
1 addition, 1 deletion
.github/workflows/docs.yml
.github/workflows/validation.yml
+10
-10
10 additions, 10 deletions
.github/workflows/validation.yml
with
11 additions
and
11 deletions
.github/workflows/docs.yml
+
1
−
1
View file @
a03d1a0c
...
...
@@ -24,7 +24,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout repo
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
name
:
Setup Python
uses
:
actions/setup-python@v3
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/validation.yml
+
10
−
10
View file @
a03d1a0c
...
...
@@ -34,7 +34,7 @@ jobs:
container
:
image
:
ghcr.io/lobis/root-geant4-garfield:rest-for-physics
steps
:
-
uses
:
actions/checkout@v
3
-
uses
:
actions/checkout@v
4
-
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@v
3
-
uses
:
actions/checkout@v
4
-
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@v
3
-
uses
:
actions/checkout@v
4
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@v
3
-
uses
:
actions/checkout@v
4
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@v
3
-
uses
:
actions/checkout@v
4
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@v
3
-
uses
:
actions/checkout@v
4
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@v
3
-
uses
:
actions/checkout@v
4
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@v
3
-
uses
:
actions/checkout@v
4
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@v
3
-
uses
:
actions/checkout@v
4
-
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@v
3
-
uses
:
actions/checkout@v
4
with
:
repository
:
rest-for-physics/framework
path
:
framework
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment