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 14
14
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v4
18
18
19
19
- name : Determine the elixir version
20
20
run : echo "ELIXIR_VERSION=$(grep -h elixir .tool-versions | awk '{ print $2 }' | awk -F - '{print $1}')" >> $GITHUB_ENV
29
29
otp-version : ${{ env.OTP_VERSION }}
30
30
31
31
- name : Restore the deps cache
32
- uses : actions/cache@v1
32
+ uses : actions/cache@v4
33
33
id : deps-cache
34
34
with :
35
35
path : deps
38
38
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-
39
39
40
40
- name : Restore the _build cache
41
- uses : actions/cache@v1
41
+ uses : actions/cache@v4
42
42
id : build-cache
43
43
with :
44
44
path : _build
80
80
81
81
steps :
82
82
- name : Checkout
83
- uses : actions/checkout@v2
83
+ uses : actions/checkout@v4
84
84
85
85
- name : Determine the elixir version
86
86
run : echo "ELIXIR_VERSION=$(grep -h elixir .tool-versions | awk '{ print $2 }' | awk -F - '{print $1}')" >> $GITHUB_ENV
95
95
otp-version : ${{ env.OTP_VERSION }}
96
96
97
97
- name : Restore the deps cache
98
- uses : actions/cache@v1
98
+ uses : actions/cache@v4
99
99
id : deps-cache
100
100
with :
101
101
path : deps
@@ -104,7 +104,7 @@ jobs:
104
104
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-
105
105
106
106
- name : Restore the _build cache
107
- uses : actions/cache@v1
107
+ uses : actions/cache@v4
108
108
id : build-cache
109
109
with :
110
110
path : _build
@@ -139,7 +139,7 @@ jobs:
139
139
140
140
- name : Create a GitHub Release
141
141
id : create_release
142
- uses : NFIBrokerage/create-release@v2
142
+ uses : NFIBrokerage/create-release@v4
143
143
env :
144
144
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
145
145
with :
Original file line number Diff line number Diff line change 37
37
38
38
steps :
39
39
- name : Checkout
40
- uses : actions/checkout@v2
40
+ uses : actions/checkout@v4
41
41
42
42
- name : Determine the elixir version
43
43
run : echo "ELIXIR_VERSION=$(grep -h elixir .tool-versions | awk '{ print $2 }' | awk -F - '{print $1}')" >> $GITHUB_ENV
52
52
otp-version : ${{ env.OTP_VERSION }}
53
53
54
54
- name : Restore the deps cache
55
- uses : actions/cache@v1
55
+ uses : actions/cache@v4
56
56
id : deps-cache
57
57
with :
58
58
path : deps
61
61
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-
62
62
63
63
- name : Restore the _build cache
64
- uses : actions/cache@v1
64
+ uses : actions/cache@v4
65
65
id : build-cache
66
66
with :
67
67
path : _build
You can’t perform that action at this time.
0 commit comments