File tree Expand file tree Collapse file tree 4 files changed +22
-6
lines changed Expand file tree Collapse file tree 4 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 44 types :
55 - created
66 workflow_dispatch :
7+ inputs :
8+ lookback :
9+ default : " 3"
10+ permissions :
11+ actions : read
12+ checks : read
13+ contents : write
14+ deployments : read
15+ issues : read
16+ discussions : read
17+ packages : read
18+ pages : read
19+ pull-requests : read
20+ repository-projects : read
21+ security-events : read
22+ statuses : read
723jobs :
824 TagBot :
925 if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
Original file line number Diff line number Diff line change 11name : Format check
22on :
33 push :
4- branches : [master ]
4+ branches : [main ]
55 tags : [v*]
66 pull_request :
77
1010 name : " Format Check"
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
14- - uses : julia-actions/setup-julia@v1
13+ - uses : actions/checkout@v4
14+ - uses : julia-actions/setup-julia@v2
1515 with :
1616 version : 1
1717 - name : Install JuliaFormatter and format
Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v4
1010 - name : Install JuliaFormatter and format
1111 run : |
1212 julia -e 'import Pkg; Pkg.add("JuliaFormatter")'
1515 # https://github.com/peter-evans/create-pull-request#reference-example
1616 - name : Create Pull Request
1717 id : cpr
18- uses : peter-evans/create-pull-request@v3
18+ uses : peter-evans/create-pull-request@v7
1919 with :
2020 token : ${{ secrets.GITHUB_TOKEN }}
2121 commit-message : Format .jl files
Original file line number Diff line number Diff line change 1313 format :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v4
1717 - uses : julia-actions/setup-julia@latest
1818 with :
1919 version : 1
You can’t perform that action at this time.
0 commit comments