File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ concurrency:
11
11
# Cancel intermediate builds: only if it is a pull request build.
12
12
group : ${{ github.workflow }}-${{ github.ref }}
13
13
cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
14
+ # needed to allow julia-actions/cache to delete old caches that it has created
15
+ permissions :
16
+ actions : write
17
+ contents : read
14
18
jobs :
15
19
test :
16
20
name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
33
37
with :
34
38
version : ${{ matrix.version }}
35
39
arch : ${{ matrix.arch }}
36
- - uses : julia-actions/cache@v1
40
+ - uses : julia-actions/cache@v2
37
41
- uses : julia-actions/julia-buildpkg@v1
38
42
- uses : julia-actions/julia-runtest@v1
39
43
continue-on-error : ${{ matrix.version == 'nightly' }}
You can’t perform that action at this time.
0 commit comments