File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
runs-on : ${{ matrix.os }}
17
17
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
21
21
- name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
22
- uses : actions/setup-python@v4
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
25
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
runs-on : ${{ matrix.os }}
14
14
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
18
18
- name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
19
- uses : actions/setup-python@v4
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
22
22
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
name : Build dist files for PyPi
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
- - uses : actions/setup-python@v4
20
+ - uses : actions/setup-python@v5
21
21
with :
22
22
python-version : 3.9
23
23
- name : Build dist files
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
26
- uses : actions/setup-python@v4
26
+ uses : actions/setup-python@v5
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
- name : pip install
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
runs-on : ${{ matrix.os }}
14
14
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
18
18
- name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
19
- uses : actions/setup-python@v4
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
22
22
Original file line number Diff line number Diff line change 10
10
steps :
11
11
- name : Send message to Slack API
12
12
continue-on-error : true
13
- uses : archive/github-actions-slack@v2.2.2
13
+ uses : archive/github-actions-slack@v2.8.0
14
14
id : notify
15
15
with :
16
16
slack-bot-user-oauth-access-token : ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments