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 6
6
workflow_dispatch :
7
7
inputs :
8
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
9
+ default : " 3"
23
10
jobs :
24
11
TagBot :
25
12
if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
30
17
token : ${{ secrets.GITHUB_TOKEN }}
31
18
# Edit the following line to reflect the actual name of the GitHub Secret containing your private key
32
19
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 22
22
fail-fast : false
23
23
matrix :
24
24
version :
25
- - ' 1.6 ' # lowest supported version
25
+ - ' 1.10 ' # lowest supported version
26
26
- ' 1' # last released version
27
27
os :
28
28
- ubuntu-latest
59
59
runs-on : ubuntu-latest
60
60
permissions :
61
61
# needed to allow julia-actions/cache to proactively delete old caches that it has created
62
- actions : write
62
+ actions : write
63
63
contents : write
64
64
steps :
65
65
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name = "Polynomials"
2
2
uuid = " f27b6e38-b328-58d1-80ce-0feddd5e7a45"
3
3
license = " MIT"
4
4
author = " JuliaMath"
5
- version = " 4.0.21 "
5
+ version = " 4.1.0 "
6
6
7
7
[deps ]
8
8
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -41,7 +41,7 @@ Setfield = "1"
41
41
SparseArrays = " <0.0.1, 1"
42
42
SpecialFunctions = " 1,2"
43
43
Test = " <0.0.1, 1"
44
- julia = " 1.6 "
44
+ julia = " 1.10 "
45
45
46
46
[extras ]
47
47
Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
You can’t perform that action at this time.
0 commit comments