File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : windows-latest
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v2
22
+ uses : actions/checkout@v4
23
23
with :
24
24
fetch-depth : 0
25
25
- name : Install SQL Local DB
Original file line number Diff line number Diff line change 14
14
pull-requests : write # for dessant/lock-threads to lock PRs
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : dessant/lock-threads@v2
17
+ - uses : dessant/lock-threads@v5
18
18
with :
19
19
github-token : ${{ github.token }}
20
20
issue-lock-inactive-days : 31
Original file line number Diff line number Diff line change 14
14
runs-on : windows-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
- name : Install SQL Local DB
You can’t perform that action at this time.
0 commit comments