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
79a4e5bf
Commit
79a4e5bf
authored
Dec 08, 2023
by
Andrew Murray
Browse files
Updated actions/checkout to v5
parent
4720fc36
Changes
2
Show 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 @
79a4e5bf
...
...
@@ -5,7 +5,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-python@v
4
-
uses
:
actions/setup-python@v
5
with
:
python-version
:
'
3.11'
-
run
:
pip install --upgrade pip wheel setuptools
...
...
.github/workflows/test.yml
View file @
79a4e5bf
...
...
@@ -31,7 +31,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-python@v
4
-
uses
:
actions/setup-python@v
5
with
:
python-version
:
${{ matrix.python-version }}
...
...
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