File tree 3 files changed +6
-6
lines changed
actions/checkout-and-install-node
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
- uses : actions/setup-node@v2
17
17
with :
18
18
node-version-file : ' .nvmrc'
19
- - uses : actions/cache@v2
19
+ - uses : actions/cache@v4
20
20
id : cache
21
21
with :
22
22
path : node_modules
Original file line number Diff line number Diff line change 9
9
tests :
10
10
runs-on : ubuntu-20.04
11
11
steps :
12
- - uses : yandex-cloud/nodejs-sdk/.github/actions/checkout-and-install-node@9fc72bb2948886090f84c9236580fbca480bdea7
12
+ - uses : yandex-cloud/nodejs-sdk/.github/actions/checkout-and-install-node@d6b5322d8dbc130126ec1fa00bc0f2d6cc2f53db
13
13
- run : npm run test
14
14
check-endpoints :
15
15
runs-on : ubuntu-20.04
16
16
# Currently, the check-endpoints script fails on the master branch.
17
17
# So we need to continue on error.
18
18
continue-on-error : true
19
19
steps :
20
- - uses : yandex-cloud/nodejs-sdk/.github/actions/checkout-and-install-node@9fc72bb2948886090f84c9236580fbca480bdea7
20
+ - uses : yandex-cloud/nodejs-sdk/.github/actions/checkout-and-install-node@d6b5322d8dbc130126ec1fa00bc0f2d6cc2f53db
21
21
with :
22
22
submodules : recursive
23
23
- run : npm run check-endpoints
24
24
lint :
25
25
runs-on : ubuntu-20.04
26
26
steps :
27
- - uses : yandex-cloud/nodejs-sdk/.github/actions/checkout-and-install-node@9fc72bb2948886090f84c9236580fbca480bdea7
27
+ - uses : yandex-cloud/nodejs-sdk/.github/actions/checkout-and-install-node@d6b5322d8dbc130126ec1fa00bc0f2d6cc2f53db
28
28
- run : npm run lint
29
29
build :
30
30
runs-on : ubuntu-20.04
31
31
steps :
32
- - uses : yandex-cloud/nodejs-sdk/.github/actions/checkout-and-install-node@9fc72bb2948886090f84c9236580fbca480bdea7
32
+ - uses : yandex-cloud/nodejs-sdk/.github/actions/checkout-and-install-node@d6b5322d8dbc130126ec1fa00bc0f2d6cc2f53db
33
33
- run : npm run build
Original file line number Diff line number Diff line change 11
11
name : Release
12
12
runs-on : ubuntu-20.04
13
13
steps :
14
- - uses : yandex-cloud/nodejs-sdk/.github/actions/checkout-and-install-node@9fc72bb2948886090f84c9236580fbca480bdea7
14
+ - uses : yandex-cloud/nodejs-sdk/.github/actions/checkout-and-install-node@d6b5322d8dbc130126ec1fa00bc0f2d6cc2f53db
15
15
with :
16
16
persist-credentials : false
17
17
- env :
You can’t perform that action at this time.
0 commit comments