File tree 5 files changed +16
-37
lines changed
5 files changed +16
-37
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
name : TagBot
2
2
on :
3
- schedule :
4
- - cron : 0 * * * *
3
+ issue_comment :
4
+ types :
5
+ - created
6
+ workflow_dispatch :
5
7
jobs :
6
8
TagBot :
9
+ if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
7
10
runs-on : ubuntu-latest
8
11
steps :
9
12
- uses : JuliaRegistries/TagBot@v1
Original file line number Diff line number Diff line change 4
4
branches : [master]
5
5
pull_request :
6
6
types : [opened, synchronize, reopened]
7
+ # needed to allow julia-actions/cache to delete old caches that it has created
8
+ permissions :
9
+ actions : write
10
+ contents : read
7
11
jobs :
8
12
test :
9
13
name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
@@ -20,24 +24,15 @@ jobs:
20
24
os : ubuntu-latest
21
25
arch : x86
22
26
steps :
23
- - uses : actions/checkout@v2
24
- - uses : julia-actions/setup-julia@v1
27
+ - uses : actions/checkout@v4
28
+ - uses : julia-actions/setup-julia@v2
25
29
with :
26
30
version : ${{ matrix.version }}
27
31
arch : ${{ matrix.arch }}
28
- - uses : actions/cache@v1
29
- env :
30
- cache-name : cache-artifacts
31
- with :
32
- path : ~/.julia/artifacts
33
- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
34
- restore-keys : |
35
- ${{ runner.os }}-test-${{ env.cache-name }}-
36
- ${{ runner.os }}-test-
37
- ${{ runner.os }}-
32
+ - uses : julia-actions/cache@v2
38
33
- uses : julia-actions/julia-buildpkg@v1
39
34
- uses : julia-actions/julia-runtest@v1
40
35
- uses : julia-actions/julia-processcoverage@v1
41
- - uses : codecov/codecov-action@v1
36
+ - uses : codecov/codecov-action@v4
42
37
with :
43
38
file : lcov.info
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
- uses : julia-actions/setup-julia@latest
14
14
with :
15
15
version : ' 1'
16
- - uses : actions/checkout@v1
16
+ - uses : actions/checkout@v4
17
17
- name : Format check
18
18
shell : julia --color=yes {0}
19
19
run : |
20
20
using Pkg
21
- Pkg.add(PackageSpec(name="JuliaFormatter", version="0.22.4 "))
21
+ Pkg.add(PackageSpec(name="JuliaFormatter", version="1 "))
22
22
using JuliaFormatter
23
23
format(".", verbose=true)
24
24
out = String(read(Cmd(`git diff`)))
Original file line number Diff line number Diff line change 1
1
name = " CSDP"
2
2
uuid = " 0a46da34-8e4b-519e-b418-48813639ff34"
3
3
repo = " https://github.com/jump-dev/CSDP.jl.git"
4
- version = " 1.1.1 "
4
+ version = " 1.1.2 "
5
5
6
6
[deps ]
7
7
CSDP_jll = " 9ce75daa-2788-5e2c-ba1d-cf8c48367b27"
You can’t perform that action at this time.
0 commit comments