File tree 2 files changed +7
-7
lines changed 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
timeout-minutes : 5
9
9
steps :
10
10
- name : Checkout repository
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
13
13
- name : Setup CI Environment
14
- uses : yetanalytics/actions/ setup-env@v0.0.4
14
+ uses : yetanalytics/action- setup-env@v2
15
15
16
16
- name : Cache Deps
17
- uses : actions/cache@v3
17
+ uses : actions/cache@v4
18
18
with :
19
19
path : |
20
20
~/.m2
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
11
11
timeout-minutes : 5
12
12
steps :
13
13
- name : Checkout repository
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
16
16
- name : Setup CD Environment
17
- uses : yetanalytics/actions/ setup-env@v0.0.4
17
+ uses : yetanalytics/action- setup-env@v2
18
18
19
19
- name : Cache Deps
20
- uses : actions/cache@v3
20
+ uses : actions/cache@v4
21
21
with :
22
22
path : |
23
23
~/.m2
37
37
run : echo version=${GITHUB_REF#refs\/tags\/v} >> $GITHUB_OUTPUT
38
38
39
39
- name : Build and deploy to Clojars
40
- uses : yetanalytics/actions/ deploy-clojars@v0.0.4
40
+ uses : yetanalytics/action- deploy-clojars@v2
41
41
with :
42
42
artifact-id : ' re-oidc'
43
43
src-dirs : ' ["src/lib"]'
You can’t perform that action at this time.
0 commit comments