Skip to content

Commit fa58d04

Browse files
committed
chore: update github actions and Elixir version
1 parent 75f64a5 commit fa58d04

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/private-elixir-library-w-git-ops.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ on: push
33
name: Privately published Elixir Library (with git ops)
44

55
env:
6-
ELIXIR_VERSION: "1.9"
7-
OTP_VERSION: "22.2"
6+
ELIXIR_VERSION: "1.11.4"
7+
OTP_VERSION: "22.3.1"
88

99
jobs:
1010
deps:
@@ -16,14 +16,14 @@ jobs:
1616
- name: Checking out project
1717
uses: actions/checkout@v2
1818
- name: "Setting up Elixir"
19-
uses: actions/setup-elixir@v1
19+
uses: erlef/setup-beam@v1
2020
with:
2121
otp-version: ${{ env.OTP_VERSION }}
2222
elixir-version: ${{ env.ELIXIR_VERSION }}
2323
- name: Signing into narrativeapp organisation on hex
2424
run: mix hex.organization auth narrativeapp --key $NARRATIVE_HEX_ORG_API_KEY
2525
- name: Downloading dependency cache
26-
uses: actions/cache@v2
26+
uses: actions/cache@v3
2727
with:
2828
path: deps
2929
key: ${{ runner.os }}-deps
@@ -43,7 +43,7 @@ jobs:
4343
- name: Checking out project
4444
uses: actions/checkout@v2
4545
- name: "Setting up Elixir"
46-
uses: actions/setup-elixir@v1
46+
uses: erlef/setup-beam@v1
4747
with:
4848
otp-version: ${{ env.OTP_VERSION }}
4949
elixir-version: ${{ env.ELIXIR_VERSION }}
@@ -53,7 +53,7 @@ jobs:
5353
name: deps
5454
path: deps/
5555
- name: Downloading build artifact cache
56-
uses: actions/cache@v2
56+
uses: actions/cache@v3
5757
with:
5858
path: _build
5959
key: ${{ runner.os }}-build
@@ -74,7 +74,7 @@ jobs:
7474
- name: Checking out project
7575
uses: actions/checkout@v2
7676
- name: "Setting up Elixir"
77-
uses: actions/setup-elixir@v1
77+
uses: erlef/setup-beam@v1
7878
with:
7979
otp-version: ${{ env.OTP_VERSION }}
8080
elixir-version: ${{ env.ELIXIR_VERSION }}
@@ -96,7 +96,7 @@ jobs:
9696
- name: Checking out project
9797
uses: actions/checkout@v2
9898
- name: "Setting up Elixir"
99-
uses: actions/setup-elixir@v1
99+
uses: erlef/setup-beam@v1
100100
with:
101101
otp-version: ${{ env.OTP_VERSION }}
102102
elixir-version: ${{ env.ELIXIR_VERSION }}
@@ -112,7 +112,7 @@ jobs:
112112
- name: Checking out project
113113
uses: actions/checkout@v2
114114
- name: "Setting up Elixir"
115-
uses: actions/setup-elixir@v1
115+
uses: erlef/setup-beam@v1
116116
with:
117117
otp-version: ${{ env.OTP_VERSION }}
118118
elixir-version: ${{ env.ELIXIR_VERSION }}
@@ -133,7 +133,7 @@ jobs:
133133
- name: Checking out project
134134
uses: actions/checkout@v2
135135
- name: "Setting up Elixir"
136-
uses: actions/setup-elixir@v1
136+
uses: erlef/setup-beam@v1
137137
with:
138138
otp-version: ${{ env.OTP_VERSION }}
139139
elixir-version: ${{ env.ELIXIR_VERSION }}
@@ -159,7 +159,7 @@ jobs:
159159
- name: Checking out project
160160
uses: actions/checkout@v2
161161
- name: "Setting up Elixir"
162-
uses: actions/setup-elixir@v1
162+
uses: erlef/setup-beam@v1
163163
with:
164164
otp-version: ${{ env.OTP_VERSION }}
165165
elixir-version: ${{ env.ELIXIR_VERSION }}
@@ -203,7 +203,7 @@ jobs:
203203
with:
204204
fetch-depth: 0
205205
- name: "Setting up Elixir"
206-
uses: actions/setup-elixir@v1
206+
uses: erlef/setup-beam@v1
207207
with:
208208
otp-version: ${{ env.OTP_VERSION }}
209209
elixir-version: ${{ env.ELIXIR_VERSION }}

0 commit comments

Comments
 (0)