Skip to content

Commit 293f2fb

Browse files
committed
chore: update gh actions files
1 parent d631af4 commit 293f2fb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
MIX_ENV: test
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616

1717
- name: Install Rebar & Hex
1818
run: mix local.hex --force && mix local.rebar --force
@@ -21,7 +21,7 @@ jobs:
2121
run: apk add --no-cache tar
2222

2323
- name: Cache Deps & Build
24-
uses: actions/cache@v2
24+
uses: actions/cache@v4
2525
with:
2626
key: ${{github.ref}}-deps-build-cache
2727
path: |

.github/workflows/credo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
MIX_ENV: test
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616

1717
- name: Install Rebar & Hex
1818
run: mix local.hex --force && mix local.rebar --force
@@ -21,7 +21,7 @@ jobs:
2121
run: apk add --no-cache tar
2222

2323
- name: Cache Deps & Build
24-
uses: actions/cache@v2
24+
uses: actions/cache@v4
2525
with:
2626
key: ${{github.ref}}-deps-build-cache
2727
path: |

.github/workflows/dialyzer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
MIX_ENV: test
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616

1717
- name: Install Rebar & Hex
1818
run: mix local.hex --force && mix local.rebar --force
@@ -21,7 +21,7 @@ jobs:
2121
run: apk add --no-cache tar
2222

2323
- name: Cache Deps & Build
24-
uses: actions/cache@v2
24+
uses: actions/cache@v4
2525
with:
2626
key: ${{ runner.os }}-mix-dialyzer-${{ hashFiles('**/mix.lock') }}
2727
path: |

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
MIX_ENV: test
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616

1717
- name: Install Rebar & Hex
1818
run: mix local.hex --force && mix local.rebar --force
@@ -21,7 +21,7 @@ jobs:
2121
run: apk add --no-cache tar
2222

2323
- name: Cache Deps & Build
24-
uses: actions/cache@v2
24+
uses: actions/cache@v4
2525
with:
2626
key: ${{github.ref}}-deps-build-cache
2727
path: |

0 commit comments

Comments
 (0)