File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-22.04
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@v3
10
+ uses : actions/checkout@v4
11
11
with :
12
12
token : ${{ secrets.SCRIBD_GITHUB_RELEASE_TOKEN }}
13
13
- name : Run action
19
19
runs-on : ubuntu-22.04
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
with :
24
24
token : ${{ secrets.SCRIBD_GITHUB_RELEASE_TOKEN }}
25
25
- name : Run action
32
32
runs-on : ubuntu-22.04
33
33
steps :
34
34
- name : Checkout
35
- uses : actions/checkout@v3
35
+ uses : actions/checkout@v4
36
36
with :
37
37
token : ${{ secrets.SCRIBD_GITHUB_RELEASE_TOKEN }}
38
38
- name : Run action
45
45
runs-on : ubuntu-22.04
46
46
steps :
47
47
- name : Checkout
48
- uses : actions/checkout@v3
48
+ uses : actions/checkout@v4
49
49
with :
50
50
token : ${{ secrets.SCRIBD_GITHUB_RELEASE_TOKEN }}
51
51
- name : Run action
58
58
runs-on : ubuntu-22.04
59
59
steps :
60
60
- name : Checkout
61
- uses : actions/checkout@v3
61
+ uses : actions/checkout@v4
62
62
with :
63
63
token : ${{ secrets.SCRIBD_GITHUB_RELEASE_TOKEN }}
64
64
- name : Run action
71
71
runs-on : ubuntu-22.04
72
72
steps :
73
73
- name : Checkout
74
- uses : actions/checkout@v3
74
+ uses : actions/checkout@v4
75
75
with :
76
76
token : ${{ secrets.SCRIBD_GITHUB_RELEASE_TOKEN }}
77
77
- name : Run action
84
84
codeowners :
85
85
runs-on : ubuntu-22.04
86
86
steps :
87
- - uses : actions/checkout@v3
87
+ - uses : actions/checkout@v4
88
88
with :
89
89
token : ${{ secrets.SCRIBD_GITHUB_RELEASE_TOKEN }}
90
90
- name : GitHub CODEOWNERS Validator
Original file line number Diff line number Diff line change 15
15
if : ${{ github.event.workflow_run.conclusion == 'success' }}
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
with :
20
20
persist-credentials : false
21
21
Original file line number Diff line number Diff line change 65
65
66
66
- name : Send notification
67
67
if : always()
68
- uses : slackapi/slack-github-action@v1.23 .0
68
+ uses : slackapi/slack-github-action@v1.25 .0
69
69
env :
70
70
SLACK_BOT_TOKEN : ${{ inputs.token }}
71
71
with :
You can’t perform that action at this time.
0 commit comments