Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
39942997
Unverified
Commit
39942997
authored
Sep 25, 2023
by
Matthew Brett
Committed by
GitHub
Sep 25, 2023
Browse files
Merge pull request #512 from radarhere/checkout
Updated actions/checkout to v4
parents
509e63a6
983513e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/lint_python.yml
.github/workflows/lint_python.yml
+1
-1
.github/workflows/test.yml
.github/workflows/test.yml
+1
-1
No files found.
.github/workflows/lint_python.yml
View file @
39942997
...
@@ -4,7 +4,7 @@ jobs:
...
@@ -4,7 +4,7 @@ jobs:
lint_python
:
lint_python
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v
3
-
uses
:
actions/checkout@v
4
-
uses
:
actions/setup-python@v4
-
uses
:
actions/setup-python@v4
with
:
with
:
python-version
:
'
3.11'
python-version
:
'
3.11'
...
...
.github/workflows/test.yml
View file @
39942997
...
@@ -29,7 +29,7 @@ jobs:
...
@@ -29,7 +29,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
# Steps represent a sequence of tasks that will be executed as part of the job
steps
:
steps
:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
-
uses
:
actions/checkout@v
3
-
uses
:
actions/checkout@v
4
-
uses
:
actions/setup-python@v4
-
uses
:
actions/setup-python@v4
with
:
with
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment