File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
build :
12
12
if : " !contains(github.event.head_commit.message, 'skip ci')"
13
- runs-on : ubuntu-20 .04
13
+ runs-on : ubuntu-22 .04
14
14
15
15
steps :
16
- - uses : actions/checkout@v2
17
- - uses : actions/setup-node@v2
16
+ - uses : actions/checkout@v4
17
+ - uses : actions/setup-node@v4
18
18
with :
19
19
node-version : 12.x
20
20
cache : " npm"
@@ -36,10 +36,10 @@ jobs:
36
36
SOURCE_DIR : " dist/change-streams-chat"
37
37
38
38
- name : Invalidate Cloudfront
39
- uses : chetan/invalidate-cloudfront-action@v1.3
39
+ uses : chetan/invalidate-cloudfront-action@v2
40
40
env :
41
41
DISTRIBUTION : ${{ secrets.DISTRIBUTION }}
42
42
PATHS : " /*"
43
- AWS_REGION : " us-south -1"
43
+ AWS_REGION : " eu-central -1"
44
44
AWS_ACCESS_KEY_ID : ${{ secrets.SI_AWS_ACCESS_KEY_ID }}
45
45
AWS_SECRET_ACCESS_KEY : ${{ secrets.SI_AWS_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments