Commit e88f795 1 parent fb3a302 commit e88f795 Copy full SHA for e88f795
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
10
- - uses : actions/setup-python@v1
9
+ - uses : actions/checkout@v4
10
+ - uses : actions/setup-python@v5
11
11
with :
12
- python-version : 3.7
13
- - uses : actions/cache@v1
12
+ python-version : 3.8
13
+ - uses : actions/cache@v4
14
14
with :
15
15
path : ~/.cache/pip
16
16
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
76
76
aws s3 cp app.zip "s3://$AWS_S3_CODE_BUCKET/$repo_slug.zip"
77
77
- name : Send build success notification
78
78
if : success()
79
- uses : rtCamp/action-slack-notify@v2.0 .0
79
+ uses : rtCamp/action-slack-notify@v2.2 .0
80
80
env :
81
81
SLACK_MESSAGE : ${{ github.repository }} build ${{ github.run_number }} launched by ${{ github.actor }} has succeeded
82
82
SLACK_TITLE : Build Success
86
86
SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
87
87
- name : Send build failure notification
88
88
if : failure()
89
- uses : rtCamp/action-slack-notify@v2.0 .0
89
+ uses : rtCamp/action-slack-notify@v2.2 .0
90
90
env :
91
91
SLACK_COLOR : ' #FF0000'
92
92
SLACK_MESSAGE : ${{ github.repository }} build ${{ github.run_number }} launched by ${{ github.actor }} has failed
You can’t perform that action at this time.
0 commit comments