File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 9
9
name : " Lint commit messages"
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 0
15
- - uses : actions/setup-node@v3
15
+ - uses : actions/setup-node@v4
16
16
with :
17
17
node-version : 16
18
18
- run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 13
13
build :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
17
- - uses : actions/setup-node@v3
16
+ - uses : actions/checkout@v4
17
+ - uses : actions/setup-node@v4
18
18
with :
19
19
node-version : 16
20
20
- run : yarn install --frozen-lockfile
@@ -24,24 +24,24 @@ jobs:
24
24
needs : build
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : actions/checkout@v3
28
- - uses : actions/setup-node@v3
27
+ - uses : actions/checkout@v4
28
+ - uses : actions/setup-node@v4
29
29
with :
30
30
node-version : 16
31
31
registry-url : https://registry.npmjs.com/
32
32
- run : yarn install --frozen-lockfile
33
33
- run : yarn run build
34
34
35
35
- name : Configure AWS Credentials
36
- uses : aws-actions/configure-aws-credentials@v1
36
+ uses : aws-actions/configure-aws-credentials@v4
37
37
with :
38
38
aws-region : us-east-1
39
39
role-to-assume : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID_PAY }}:role/github-actions-service-role
40
40
41
41
- name : Read secrets from AWS Secrets Manager into environment variables
42
- uses : abhilash1in /aws-secrets-manager-action @v2.1.0
42
+ uses : aws-actions /aws-secretsmanager-get-secrets @v2.0.5
43
43
with :
44
- secrets : |
44
+ secret-ids : |
45
45
/prod/circle-nodejs-sdk/npm/automation-token
46
46
47
47
- run : npm publish --access public
Original file line number Diff line number Diff line change 9
9
name : " Lint, Build and Test"
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
13
- - uses : actions/setup-node@v2
12
+ - uses : actions/checkout@v4
13
+ - uses : actions/setup-node@v4
14
14
- name : Installing dependencies
15
15
run : yarn install --frozen-lockfile
16
16
- name : Prettier check
You can’t perform that action at this time.
0 commit comments