Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
085d5a62
Unverified
Commit
085d5a62
authored
Feb 28, 2020
by
BSKY
Committed by
GitHub
Feb 28, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump actions/checkout from v1 to v2 (#2075)
* Update release.yml * Update main.yml
parent
96191ca4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
.github/workflows/main.yml
+4
-4
.github/workflows/release.yml
+4
-4
No files found.
.github/workflows/main.yml
View file @
085d5a62
...
@@ -7,7 +7,7 @@ jobs:
...
@@ -7,7 +7,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
2
-
name
:
Set up Python 3.7
-
name
:
Set up Python 3.7
uses
:
actions/setup-python@v1
uses
:
actions/setup-python@v1
with
:
with
:
...
@@ -25,7 +25,7 @@ jobs:
...
@@ -25,7 +25,7 @@ jobs:
python-version
:
[
2.7
,
3.5
,
3.6
,
3.7
,
3.8
]
python-version
:
[
2.7
,
3.5
,
3.6
,
3.7
,
3.8
]
steps
:
steps
:
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
2
-
name
:
Set up Python ${{ matrix.python-version }}
-
name
:
Set up Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v1
uses
:
actions/setup-python@v1
with
:
with
:
...
@@ -61,7 +61,7 @@ jobs:
...
@@ -61,7 +61,7 @@ jobs:
python-version
:
[
2.7
,
3.5
,
3.6
,
3.7
,
3.8
]
python-version
:
[
2.7
,
3.5
,
3.6
,
3.7
,
3.8
]
steps
:
steps
:
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
2
-
name
:
Set up Python ${{ matrix.python-version }}
-
name
:
Set up Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v1
uses
:
actions/setup-python@v1
with
:
with
:
...
@@ -97,7 +97,7 @@ jobs:
...
@@ -97,7 +97,7 @@ jobs:
python-version
:
[
2.7
,
3.5
,
3.6
,
3.7
,
3.8
]
python-version
:
[
2.7
,
3.5
,
3.6
,
3.7
,
3.8
]
steps
:
steps
:
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
2
-
name
:
Set up Python ${{ matrix.python-version }}
-
name
:
Set up Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v1
uses
:
actions/setup-python@v1
with
:
with
:
...
...
.github/workflows/release.yml
View file @
085d5a62
...
@@ -11,7 +11,7 @@ jobs:
...
@@ -11,7 +11,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
2
-
name
:
Get tag
-
name
:
Get tag
id
:
tag
id
:
tag
run
:
|
run
:
|
...
@@ -34,7 +34,7 @@ jobs:
...
@@ -34,7 +34,7 @@ jobs:
runs-on
:
macos-latest
runs-on
:
macos-latest
steps
:
steps
:
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
2
-
name
:
Get tag
-
name
:
Get tag
id
:
tag
id
:
tag
run
:
|
run
:
|
...
@@ -84,7 +84,7 @@ jobs:
...
@@ -84,7 +84,7 @@ jobs:
runs-on
:
windows-latest
runs-on
:
windows-latest
steps
:
steps
:
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
2
-
name
:
Get tag
-
name
:
Get tag
id
:
tag
id
:
tag
shell
:
bash
shell
:
bash
...
@@ -143,7 +143,7 @@ jobs:
...
@@ -143,7 +143,7 @@ jobs:
steps
:
steps
:
-
name
:
Checkout code
-
name
:
Checkout code
uses
:
actions/checkout@
master
uses
:
actions/checkout@
v2
-
name
:
Get tag
-
name
:
Get tag
id
:
tag
id
:
tag
run
:
|
run
:
|
...
...
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