File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
- 6379:6379
19
19
steps :
20
20
- name : Checkout code
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
with :
23
23
fetch-depth : 0
24
24
25
25
- name : Set up Go version
26
- uses : actions/setup-go@v4
26
+ uses : actions/setup-go@v5
27
27
with :
28
28
go-version : ' 1.18.0'
29
29
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
38
38
git commit -m "Updated License Year" -a
39
39
40
40
- name : Create Pull Request
41
- uses : peter-evans/create-pull-request@v5
41
+ uses : peter-evans/create-pull-request@v6
42
42
with :
43
43
token : ${{ secrets.GITHUB_TOKEN }}
44
44
title : Update License Year
You can’t perform that action at this time.
0 commit comments