Skip to content

Commit 10dd2dd

Browse files
authored
Merge pull request #94 from malomohq/dependabot/github_actions/master/actions/cache-4
build(deps): bump actions/cache from 3 to 4
2 parents 6de23b1 + 6c74d76 commit 10dd2dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111

12-
- uses: actions/cache@v3
12+
- uses: actions/cache@v4
1313

1414
with:
1515
key: ${{ github.job }}-${{ matrix.elixir }}-${{ matrix.otp }}-${{ hashFiles('mix.lock') }}-1
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v4
5555

56-
- uses: actions/cache@v3
56+
- uses: actions/cache@v4
5757

5858
with:
5959
key: ${{ github.job }}-${{ matrix.elixir }}-${{ matrix.otp }}-${{ hashFiles('mix.lock') }}-1

0 commit comments

Comments
 (0)