File tree Expand file tree Collapse file tree 3 files changed +6
-19
lines changed Expand file tree Collapse file tree 3 files changed +6
-19
lines changed Original file line number Diff line number Diff line change 66 workflow_dispatch :
77 inputs :
88 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
9+ default : " 3"
2310jobs :
2411 TagBot :
2512 if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
3017 token : ${{ secrets.GITHUB_TOKEN }}
3118 # Edit the following line to reflect the actual name of the GitHub Secret containing your private key
3219 ssh : ${{ secrets.DOCUMENTER_KEY }}
33- # ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}
20+ # ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}
Original file line number Diff line number Diff line change 2222 fail-fast : false
2323 matrix :
2424 version :
25- - ' 1.6 ' # lowest supported version
25+ - ' 1.10 ' # lowest supported version
2626 - ' 1' # last released version
2727 os :
2828 - ubuntu-latest
5959 runs-on : ubuntu-latest
6060 permissions :
6161 # needed to allow julia-actions/cache to proactively delete old caches that it has created
62- actions : write
62+ actions : write
6363 contents : write
6464 steps :
6565 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name = "Polynomials"
22uuid = " f27b6e38-b328-58d1-80ce-0feddd5e7a45"
33license = " MIT"
44author = " JuliaMath"
5- version = " 4.0.21 "
5+ version = " 4.1.0 "
66
77[deps ]
88LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -41,7 +41,7 @@ Setfield = "1"
4141SparseArrays = " <0.0.1, 1"
4242SpecialFunctions = " 1,2"
4343Test = " <0.0.1, 1"
44- julia = " 1.6 "
44+ julia = " 1.10 "
4545
4646[extras ]
4747Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
You can’t perform that action at this time.
0 commit comments