File tree 3 files changed +7
-7
lines changed
composite-actions/install
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
- uses : pnpm/action-setup@v4
8
8
9
9
- name : Setup Node.js
10
- uses : actions/setup-node@v3
10
+ uses : actions/setup-node@v4
11
11
with :
12
12
node-version : 18
13
13
registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
- name : Install
24
24
uses : ./.github/composite-actions/install
31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
36
36
- name : Install
37
37
uses : ./.github/composite-actions/install
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Checkout
47
- uses : actions/checkout@v3
47
+ uses : actions/checkout@v4
48
48
49
49
- name : Install
50
50
uses : ./.github/composite-actions/install
59
59
runs-on : ubuntu-latest
60
60
steps :
61
61
- name : Checkout
62
- uses : actions/checkout@v3
62
+ uses : actions/checkout@v4
63
63
64
64
- name : Install
65
65
uses : ./.github/composite-actions/install
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
45
45
46
46
- name : Slack Notification
47
47
if : steps.changesets.outputs.published == 'true'
48
- uses : slackapi/slack-github-action@v1.24.0
48
+ uses : slackapi/slack-github-action@v2
49
49
with :
50
50
payload : |
51
51
{
You can’t perform that action at this time.
0 commit comments