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 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0
1919
2424 run : " echo PREVIOUS=$(($CURRENT-1)) >> $GITHUB_ENV"
2525
2626 - name : Update LICENSE
27- uses : jacobtomlinson/gha-find-replace@v2
27+ uses : jacobtomlinson/gha-find-replace@v3
2828 with :
2929 find : ${{ env.PREVIOUS }}
3030 replace : ${{ env.CURRENT }}
3838 git commit -m "Updated License Year" -a
3939
4040 - name : Create Pull Request
41- uses : peter-evans/create-pull-request@v3
41+ uses : peter-evans/create-pull-request@v5
4242 with :
4343 token : ${{ secrets.GITHUB_TOKEN }}
4444 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.
22
33Licensed under the Apache License, Version 2.0 (the "License");
44you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments