File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
10
10
11
11
steps :
12
12
- uses : actions/checkout@v4
13
- - uses : actions/setup-java@v1
13
+ - uses : actions/setup-java@v4
14
14
with :
15
15
java-version : ' 11'
16
16
-
uses :
DeLaGuardo/[email protected]
17
17
with :
18
18
lein : latest
19
- - uses : actions/cache@v1
19
+ - uses : actions/cache@v4
20
20
with :
21
21
path : ~/.m2/repository
22
22
key : ${{ runner.os }}-m2-${{ hashFiles('**/project.clj') }}
48
48
49
49
steps :
50
50
- uses : actions/checkout@v4
51
- - uses : actions/setup-python@v2
51
+ - uses : actions/setup-python@v4
52
52
with :
53
53
python-version : ' 3.x'
54
54
- name : Install prerequisites
67
67
with :
68
68
name : client
69
69
path : resources/public/static/js/compiled/
70
- - uses : actions/setup-go@v2
70
+ - uses : actions/setup-go@v4
71
71
with :
72
72
go-version : ' 1.14'
73
73
- name : Install packr
You can’t perform that action at this time.
0 commit comments