File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
build :
12
12
permissions :
13
+ actions : write
13
14
contents : write
15
+ pull-requests : read
16
+ statuses : write
14
17
runs-on : ubuntu-latest
15
18
steps :
16
- - uses : actions/checkout@v2
17
- - uses : julia-actions/setup-julia@v1
19
+ - uses : actions/checkout@v4
20
+ - uses : julia-actions/setup-julia@v2
18
21
with :
19
- version : ' 1.9'
22
+ version : ' 1.10'
23
+ - uses : julia-actions/cache@v2
20
24
- name : Install dependencies
21
- run : julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(;verbose=true )'
25
+ run : julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
22
26
- name : Build and deploy
23
27
env :
24
28
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
You can’t perform that action at this time.
0 commit comments