File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0
17
17
18
18
- name : Set up Python
19
- uses : actions/setup-python@v4
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : 3.11
22
22
33
33
34
34
- name : Upload packages to Jazzband
35
35
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
36
- uses : pypa/gh-action-pypi-publish@master
36
+ uses : pypa/gh-action-pypi-publish@release/v1
37
37
with :
38
38
user : jazzband
39
39
password : ${{ secrets.JAZZBAND_RELEASE_KEY }}
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ jobs:
52
52
python-version : ' 3.12'
53
53
54
54
steps :
55
- - uses : actions/checkout@v3
55
+ - uses : actions/checkout@v4
56
56
57
57
- name : Set up Python ${{ matrix.python-version }}
58
- uses : actions/setup-python@v4
58
+ uses : actions/setup-python@v5
59
59
with :
60
60
python-version : ${{ matrix.python-version }}
61
61
allow-prereleases : true
72
72
env :
73
73
DJANGO : ${{ matrix.django-version }}
74
74
75
- - name : Upload coverage
76
- uses : codecov/codecov-action@v3
77
- with :
78
- name : Python ${{ matrix.python-version }}
75
+ # FIXME: Codecov requires a token, which we do not have
76
+ # - name: Upload coverage
77
+ # uses: codecov/codecov-action@v5
78
+ # with:
79
+ # name: Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments