File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v4
20
20
21
21
- name : Stand up docker-compose services
22
22
run : docker-compose up -d
34
34
otp-version : ${{ env.OTP_VERSION }}
35
35
36
36
- name : Restore the deps cache
37
- uses : actions/cache@v1
37
+ uses : actions/cache@v4
38
38
id : deps-cache
39
39
with :
40
40
path : deps
43
43
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-
44
44
45
45
- name : Restore the _build cache
46
- uses : actions/cache@v1
46
+ uses : actions/cache@v4
47
47
id : build-cache
48
48
with :
49
49
path : _build
85
85
86
86
steps :
87
87
- name : Checkout
88
- uses : actions/checkout@v2
88
+ uses : actions/checkout@v4
89
89
90
90
- name : Determine the elixir version
91
91
run : echo "ELIXIR_VERSION=$(grep -h elixir .tool-versions | awk '{ print $2 }' | awk -F - '{print $1}')" >> $GITHUB_ENV
@@ -100,7 +100,7 @@ jobs:
100
100
otp-version : ${{ env.OTP_VERSION }}
101
101
102
102
- name : Restore the deps cache
103
- uses : actions/cache@v1
103
+ uses : actions/cache@v4
104
104
id : deps-cache
105
105
with :
106
106
path : deps
@@ -109,7 +109,7 @@ jobs:
109
109
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-
110
110
111
111
- name : Restore the _build cache
112
- uses : actions/cache@v1
112
+ uses : actions/cache@v4
113
113
id : build-cache
114
114
with :
115
115
path : _build
@@ -144,7 +144,7 @@ jobs:
144
144
145
145
- name : Create a GitHub Release
146
146
id : create_release
147
- uses : NFIBrokerage/create-release@v2
147
+ uses : NFIBrokerage/create-release@v4
148
148
env :
149
149
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
150
150
with :
Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout
41
- uses : actions/checkout@v2
41
+ uses : actions/checkout@v4
42
42
43
43
- name : Determine the elixir version
44
44
run : echo "ELIXIR_VERSION=$(grep -h elixir .tool-versions | awk '{ print $2 }' | awk -F - '{print $1}')" >> $GITHUB_ENV
53
53
otp-version : ${{ env.OTP_VERSION }}
54
54
55
55
- name : Restore the deps cache
56
- uses : actions/cache@v1
56
+ uses : actions/cache@v4
57
57
id : deps-cache
58
58
with :
59
59
path : deps
62
62
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-
63
63
64
64
- name : Restore the _build cache
65
- uses : actions/cache@v1
65
+ uses : actions/cache@v4
66
66
id : build-cache
67
67
with :
68
68
path : _build
You can’t perform that action at this time.
0 commit comments