Skip to content

Commit c489311

Browse files
committed
Bump CI deps
1 parent 93a3577 commit c489311

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
mix_test:
1111
name: mix test (Elixir ${{matrix.elixir}} | OTP ${{matrix.otp}})
12-
runs-on: ubuntu-18.04
12+
runs-on: ubuntu-latest
1313
strategy:
1414
fail-fast: false
1515
matrix:
@@ -53,7 +53,7 @@ jobs:
5353
mix local.rebar --force
5454
mix deps.get --only test
5555
- name: Cache build artifacts
56-
uses: actions/cache@v2
56+
uses: actions/cache@v3
5757
with:
5858
path: |
5959
~/.hex
@@ -80,7 +80,7 @@ jobs:
8080
mix local.rebar --force
8181
mix deps.get --only test
8282
- name: Cache build artifacts
83-
uses: actions/cache@v2
83+
uses: actions/cache@v3
8484
with:
8585
path: |
8686
~/.hex

0 commit comments

Comments
 (0)