Commit cb7a1de 1 parent 62b798e commit cb7a1de Copy full SHA for cb7a1de
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
name : Find closed references
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v4
23
23
- uses : actions/setup-node@v2-beta
24
24
with :
25
25
node-version : " 14"
Original file line number Diff line number Diff line change 24
24
name : Validate PR title
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
- id : config
29
29
uses : ory/ci/conventional_commit_config@master
30
30
with :
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v4
20
20
- name : Synchronize Issue Labels
21
21
uses : ory/label-sync-action@v0
22
22
with :
You can’t perform that action at this time.
0 commit comments