File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed 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
24
24
run : " echo PREVIOUS=$(($CURRENT-1)) >> $GITHUB_ENV"
25
25
26
26
- name : Update LICENSE
27
- uses : jacobtomlinson/gha-find-replace@v2
27
+ uses : jacobtomlinson/gha-find-replace@v3
28
28
with :
29
29
find : ${{ env.PREVIOUS }}
30
30
replace : ${{ env.CURRENT }}
38
38
git commit -m "Updated License Year" -a
39
39
40
40
- name : Create Pull Request
41
- uses : peter-evans/create-pull-request@v3
41
+ uses : peter-evans/create-pull-request@v5
42
42
with :
43
43
token : ${{ secrets.GITHUB_TOKEN }}
44
44
title : Update License Year
Original file line number Diff line number Diff line change 1
- Copyright © 2023 Split Software, Inc.
1
+ Copyright © 2024 Split Software, Inc.
2
2
3
3
Licensed under the Apache License, Version 2.0 (the "License");
4
4
you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments