File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 5
5
- stable
6
6
- master
7
7
- deploy
8
+ - deploy-stg
8
9
paths :
9
10
- " config/**"
10
11
- " lib/**"
@@ -28,16 +29,16 @@ jobs:
28
29
OTP_VERSION : 25.3.2
29
30
steps :
30
31
-
uses :
rlespinasse/[email protected]
31
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v4
32
33
- name : Cache deps
33
- uses : actions/cache@v2
34
+ uses : actions/cache@v4
34
35
with :
35
36
path : deps
36
37
key : ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
37
38
restore-keys : |
38
39
${{ runner.os }}-mix-
39
40
- name : Cache _build
40
- uses : actions/cache@v2
41
+ uses : actions/cache@v4
41
42
with :
42
43
path : |
43
44
_build
Original file line number Diff line number Diff line change @@ -37,16 +37,16 @@ jobs:
37
37
# needed because the postgres container does not provide a healthcheck
38
38
options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
39
39
steps :
40
- - uses : actions/checkout@v2
40
+ - uses : actions/checkout@v4
41
41
- name : Cache deps
42
- uses : actions/cache@v2
42
+ uses : actions/cache@v4
43
43
with :
44
44
path : deps
45
45
key : ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
46
46
restore-keys : |
47
47
${{ runner.os }}-mix-
48
48
- name : Cache _build
49
- uses : actions/cache@v2
49
+ uses : actions/cache@v4
50
50
with :
51
51
path : |
52
52
_build
You can’t perform that action at this time.
0 commit comments