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
9e19fd52
Unverified
Commit
9e19fd52
authored
Mar 17, 2022
by
Christian Clauss
Committed by
GitHub
Mar 17, 2022
Browse files
Upgrade actions/checkout and actions/setup-python
parent
fab0a08c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/test.yml
.github/workflows/test.yml
+2
-2
No files found.
.github/workflows/test.yml
View file @
9e19fd52
...
...
@@ -29,9 +29,9 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps
:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
uses
:
actions/setup-python@v
2
-
uses
:
actions/setup-python@v
3
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