File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 runs-on : ${{ matrix.os }}
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020
2121 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
22- uses : actions/setup-python@v4
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 runs-on : ${{ matrix.os }}
1414
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717
1818 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
19- uses : actions/setup-python@v4
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 name : Build dist files for PyPi
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 with :
1919 fetch-depth : 0
20- - uses : actions/setup-python@v4
20+ - uses : actions/setup-python@v5
2121 with :
2222 python-version : 3.9
2323 - name : Build dist files
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
26- uses : actions/setup-python@v4
26+ uses : actions/setup-python@v5
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 - name : pip install
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 runs-on : ${{ matrix.os }}
1414
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717
1818 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
19- uses : actions/setup-python@v4
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222
Original file line number Diff line number Diff line change 1010 steps :
1111 - name : Send message to Slack API
1212 continue-on-error : true
13- uses : archive/github-actions-slack@v2.2.2
13+ uses : archive/github-actions-slack@v2.8.0
1414 id : notify
1515 with :
1616 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