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@v3
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@v3
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@v3
41
+ uses : actions/cache@v4
42
42
id : build-cache
43
43
with :
44
44
path : _build
81
81
82
82
steps :
83
83
- name : Checkout
84
- uses : actions/checkout@v3
84
+ uses : actions/checkout@v4
85
85
86
86
- name : Determine the elixir version
87
87
run : echo "ELIXIR_VERSION=$(grep -h elixir .tool-versions | awk '{ print $2 }' | awk -F - '{print $1}')" >> $GITHUB_ENV
96
96
otp-version : ${{ env.OTP_VERSION }}
97
97
98
98
- name : Restore the deps cache
99
- uses : actions/cache@v3
99
+ uses : actions/cache@v4
100
100
id : deps-cache
101
101
with :
102
102
path : deps
@@ -105,7 +105,7 @@ jobs:
105
105
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-
106
106
107
107
- name : Restore the _build cache
108
- uses : actions/cache@v3
108
+ uses : actions/cache@v4
109
109
id : build-cache
110
110
with :
111
111
path : _build
@@ -141,7 +141,7 @@ jobs:
141
141
142
142
- name : Create a GitHub Release
143
143
id : create_release
144
- uses : NFIBrokerage/create-release@v3
144
+ uses : NFIBrokerage/create-release@v4
145
145
env :
146
146
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
147
147
with :
Original file line number Diff line number Diff line change 37
37
38
38
steps :
39
39
- name : Checkout
40
- uses : actions/checkout@v3
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@v3
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@v3
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