File tree 2 files changed +10
-14
lines changed 2 files changed +10
-14
lines changed 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,16 @@ 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@v1
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
39
+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1
1
name = " GLPK"
2
2
uuid = " 60bf3e95-4087-53dc-ae20-288a0d20c6a6"
3
3
repo = " https://github.com/jump-dev/GLPK.jl.git"
4
- version = " 1.1.3 "
4
+ version = " 1.2.0 "
5
5
6
6
[deps ]
7
7
GLPK_jll = " e8aa6df9-e6ca-548a-97ff-1f85fc5b8b98"
You can’t perform that action at this time.
0 commit comments