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
14c305ae
Unverified
Commit
14c305ae
authored
Dec 08, 2023
by
Matti Picus
Committed by
GitHub
Dec 08, 2023
Browse files
Merge pull request #517 from radarhere/workflows
Updated actions/checkout to v5
parents
4720fc36
85345674
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.github/workflows/lint_python.yml
.github/workflows/lint_python.yml
+2
-2
.github/workflows/test.yml
.github/workflows/test.yml
+2
-2
No files found.
.github/workflows/lint_python.yml
View file @
14c305ae
...
...
@@ -5,9 +5,9 @@ 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.1
1
'
python-version
:
'
3.1
2
'
-
run
:
pip install --upgrade pip wheel setuptools
-
run
:
pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
flake8-comprehensions isort mypy pytest pyupgrade safety
...
...
.github/workflows/test.yml
View file @
14c305ae
...
...
@@ -21,7 +21,7 @@ jobs:
fail-fast
:
false
matrix
:
os
:
[
ubuntu-latest
]
# [ubuntu-latest, macos-latest, windows-latest]
python-version
:
[
"
3.1
1
"
]
# ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3"]
python-version
:
[
"
3.1
2
"
]
# ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11",
"3.12",
"pypy3"]
# The type of runner that the job will run on
runs-on
:
${{ matrix.os }}
...
...
@@ -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