Skip to content

Commit d360927

Browse files
committed
Bump GHA versions to fix CI failures
1 parent 52bb753 commit d360927

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/elixir.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
otp: [23.3]
1919
steps:
2020
- name: checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
2424
- name: setup
@@ -27,7 +27,7 @@ jobs:
2727
elixir-version: ${{ matrix.elixir }}
2828
otp-version: ${{ matrix.otp }}
2929
- name: Retrieve Cached Dependencies
30-
uses: actions/cache@v2
30+
uses: actions/cache@v4
3131
id: mix-cache
3232
with:
3333
path: |
@@ -54,7 +54,7 @@ jobs:
5454
elixir: [1.11]
5555
otp: [23.3]
5656
steps:
57-
- uses: actions/checkout@v2
57+
- uses: actions/checkout@v4
5858
with:
5959
fetch-depth: 0
6060
- name: Setup elixir
@@ -63,7 +63,7 @@ jobs:
6363
elixir-version: ${{ matrix.elixir }}
6464
otp-version: ${{ matrix.otp }}
6565
- name: Retrieve Cached Dependencies
66-
uses: actions/cache@v2
66+
uses: actions/cache@v4
6767
id: mix-cache
6868
with:
6969
path: |
@@ -85,15 +85,15 @@ jobs:
8585
elixir: [1.11]
8686
otp: [23.3]
8787
steps:
88-
- uses: actions/checkout@v2
88+
- uses: actions/checkout@v4
8989
with:
9090
fetch-depth: 0
9191
- uses: erlef/setup-beam@v1
9292
with:
9393
elixir-version: ${{ matrix.elixir }}
9494
otp-version: ${{ matrix.otp }}
9595
- name: Retrieve Cached Dependencies
96-
uses: actions/cache@v2
96+
uses: actions/cache@v4
9797
id: mix-cache
9898
with:
9999
path: |

0 commit comments

Comments
 (0)