File tree 6 files changed +12
-12
lines changed
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
with :
26
26
fetch-depth : 0
27
27
28
- - uses : hynek/build-and-inspect-python-package@v1
28
+ - uses : hynek/build-and-inspect-python-package@v2
29
29
30
30
# Upload to Test PyPI on every commit on main.
31
31
release-test-pypi :
40
40
41
41
steps :
42
42
- name : Download packages built by build-and-inspect-python-package
43
- uses : actions/download-artifact@v3
43
+ uses : actions/download-artifact@v4
44
44
with :
45
45
name : Packages
46
46
path : dist
63
63
64
64
steps :
65
65
- name : Download packages built by build-and-inspect-python-package
66
- uses : actions/download-artifact@v3
66
+ uses : actions/download-artifact@v4
67
67
with :
68
68
name : Packages
69
69
path : dist
Original file line number Diff line number Diff line change 12
12
sync :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
- uses : micnncim/action-label-syncer@v1
17
17
with :
18
18
prune : false
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v3
14
- - uses : actions/setup-python@v4
13
+ - uses : actions/checkout@v4
14
+ - uses : actions/setup-python@v5
15
15
with :
16
16
python-version : " 3.x"
17
17
-
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
# Drafts your next release notes as pull requests are merged into "main"
32
- - uses : release-drafter/release-drafter@v5
32
+ - uses : release-drafter/release-drafter@v6
33
33
env :
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 12
12
issues : write
13
13
14
14
steps :
15
- - uses : mheap/github-action-required-labels@v4
15
+ - uses : mheap/github-action-required-labels@v5
16
16
with :
17
17
mode : minimum
18
18
count : 1
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
os : [macos-latest, ubuntu-latest]
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
20
20
- name : Set up Python ${{ matrix.python-version }}
21
- uses : actions/setup-python@v4
21
+ uses : actions/setup-python@v5
22
22
with :
23
23
python-version : ${{ matrix.python-version }}
24
24
allow-prereleases : true
36
36
tox -e py
37
37
38
38
- name : Upload coverage
39
- uses : codecov/codecov-action@v3
39
+ uses : codecov/codecov-action@v3.1.5
40
40
with :
41
41
flags : ${{ matrix.os }}
42
42
name : ${{ matrix.os }} Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments